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