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