public class AccountAttribute extends Object implements Serializable
Constructor and Description |
---|
AccountAttribute() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getAttributeName()
Returns the value of the AttributeName property for this object.
|
List<AccountAttributeValue> |
getAttributeValues()
Returns the value of the AttributeValues property for this object.
|
int |
hashCode() |
void |
setAttributeName(String attributeName)
Sets the value of the AttributeName property for this object.
|
void |
setAttributeValues(Collection<AccountAttributeValue> attributeValues)
Sets the value of the AttributeValues property for this object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AccountAttribute |
withAttributeName(String attributeName)
Sets the value of the AttributeName property for this object.
|
AccountAttribute |
withAttributeValues(AccountAttributeValue... attributeValues)
Sets the value of the AttributeValues property for this object.
|
AccountAttribute |
withAttributeValues(Collection<AccountAttributeValue> attributeValues)
Sets the value of the AttributeValues property for this object.
|
public String getAttributeName()
public void setAttributeName(String attributeName)
attributeName
- The new value for the AttributeName property for this object.public AccountAttribute withAttributeName(String attributeName)
Returns a reference to this object so that method calls can be chained together.
attributeName
- The new value for the AttributeName property for this object.public List<AccountAttributeValue> getAttributeValues()
public void setAttributeValues(Collection<AccountAttributeValue> attributeValues)
attributeValues
- The new value for the AttributeValues property for this object.public AccountAttribute withAttributeValues(AccountAttributeValue... attributeValues)
Returns a reference to this object so that method calls can be chained together.
attributeValues
- The new value for the AttributeValues property for this object.public AccountAttribute withAttributeValues(Collection<AccountAttributeValue> attributeValues)
Returns a reference to this object so that method calls can be chained together.
attributeValues
- The new value for the AttributeValues property for this object.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.