@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AttributeValueTarget extends Object implements Serializable, Cloneable
Describes an attribute value.
| Constructor and Description |
|---|
AttributeValueTarget() |
| Modifier and Type | Method and Description |
|---|---|
AttributeValueTarget |
clone() |
boolean |
equals(Object obj) |
String |
getAttributeValue()
The value of the attribute.
|
int |
hashCode() |
void |
setAttributeValue(String attributeValue)
The value of the attribute.
|
String |
toString()
Returns a string representation of this object.
|
AttributeValueTarget |
withAttributeValue(String attributeValue)
The value of the attribute.
|
public void setAttributeValue(String attributeValue)
The value of the attribute.
attributeValue - The value of the attribute.public String getAttributeValue()
The value of the attribute.
public AttributeValueTarget withAttributeValue(String attributeValue)
The value of the attribute.
attributeValue - The value of the attribute.public String toString()
toString in class ObjectObject.toString()public AttributeValueTarget clone()