public class AccountAttributeValue
extends java.lang.Object
implements java.io.Serializable
Describes a value of an account attribute.
| Constructor and Description |
|---|
AccountAttributeValue() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAttributeValue()
The value of the attribute.
|
int |
hashCode() |
void |
setAttributeValue(java.lang.String attributeValue)
The value of the attribute.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AccountAttributeValue |
withAttributeValue(java.lang.String attributeValue)
The value of the attribute.
|
public java.lang.String getAttributeValue()
public void setAttributeValue(java.lang.String attributeValue)
attributeValue - The value of the attribute.public AccountAttributeValue withAttributeValue(java.lang.String attributeValue)
Returns a reference to this object so that method calls can be chained together.
attributeValue - The value of the attribute.public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.