$k. ValueString

new ValueString(valueString)

Returns an object that can be used in API calls that expect an attribute value

Parameters:
NameTypeDescription
valueStringstring

A value string

An attribute value string that has not been parsed.

Methods

equals(value) → {boolean}

Returns true if the values are equal

Parameters:
NameTypeDescription
value

Another attribute value

Returns:
Type: 
boolean

setValueString(string)

Sets the string representation

Parameters:
NameTypeDescription
stringstring

The string represantation of a value

valueString() → {string}

Returns the string representation

Returns:
Type: 
string