|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.ec2.model.AccountAttribute
public class AccountAttribute
Describes an account attribute.
Constructor Summary | |
---|---|
AccountAttribute()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getAttributeName()
The name of the account attribute. |
List<AccountAttributeValue> |
getAttributeValues()
One or more values for the account attribute. |
int |
hashCode()
|
void |
setAttributeName(String attributeName)
The name of the account attribute. |
void |
setAttributeValues(Collection<AccountAttributeValue> attributeValues)
One or more values for the account attribute. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
AccountAttribute |
withAttributeName(String attributeName)
The name of the account attribute. |
AccountAttribute |
withAttributeValues(AccountAttributeValue... attributeValues)
One or more values for the account attribute. |
AccountAttribute |
withAttributeValues(Collection<AccountAttributeValue> attributeValues)
One or more values for the account attribute. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AccountAttribute()
Method Detail |
---|
public String getAttributeName()
public void setAttributeName(String attributeName)
attributeName
- The name of the account attribute.public AccountAttribute withAttributeName(String attributeName)
Returns a reference to this object so that method calls can be chained together.
attributeName
- The name of the account attribute.
public List<AccountAttributeValue> getAttributeValues()
public void setAttributeValues(Collection<AccountAttributeValue> attributeValues)
attributeValues
- One or more values for the account attribute.public AccountAttribute withAttributeValues(AccountAttributeValue... attributeValues)
Returns a reference to this object so that method calls can be chained together.
attributeValues
- One or more values for the account attribute.
public AccountAttribute withAttributeValues(Collection<AccountAttributeValue> attributeValues)
Returns a reference to this object so that method calls can be chained together.
attributeValues
- One or more values for the account attribute.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |