@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SegmentAttributeValue extends Object implements Serializable, Cloneable, StructuredPojo
A value for a segment attribute. This is structured as a map where the key is valueString and the value
is a string.
| Constructor and Description |
|---|
SegmentAttributeValue() |
| Modifier and Type | Method and Description |
|---|---|
SegmentAttributeValue |
clone() |
boolean |
equals(Object obj) |
String |
getValueString()
The value of a segment attribute.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setValueString(String valueString)
The value of a segment attribute.
|
String |
toString()
Returns a string representation of this object.
|
SegmentAttributeValue |
withValueString(String valueString)
The value of a segment attribute.
|
public void setValueString(String valueString)
The value of a segment attribute.
valueString - The value of a segment attribute.public String getValueString()
The value of a segment attribute.
public SegmentAttributeValue withValueString(String valueString)
The value of a segment attribute.
valueString - The value of a segment attribute.public String toString()
toString in class ObjectObject.toString()public SegmentAttributeValue clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.