@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AccountAttributeValue extends Object implements Serializable, Cloneable
Describes a value of an account attribute.
| Constructor and Description |
|---|
AccountAttributeValue() |
| Modifier and Type | Method and Description |
|---|---|
AccountAttributeValue |
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.
|
AccountAttributeValue |
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 AccountAttributeValue withAttributeValue(String attributeValue)
The value of the attribute.
attributeValue - The value of the attribute.public String toString()
toString in class ObjectObject.toString()public AccountAttributeValue clone()