|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.ec2.model.DescribeAccountAttributesResult
public class DescribeAccountAttributesResult
Constructor Summary | |
---|---|
DescribeAccountAttributesResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
List<AccountAttribute> |
getAccountAttributes()
Information about one or more account attributes. |
int |
hashCode()
|
void |
setAccountAttributes(Collection<AccountAttribute> accountAttributes)
Information about one or more account attributes. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeAccountAttributesResult |
withAccountAttributes(AccountAttribute... accountAttributes)
Information about one or more account attributes. |
DescribeAccountAttributesResult |
withAccountAttributes(Collection<AccountAttribute> accountAttributes)
Information about one or more account attributes. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeAccountAttributesResult()
Method Detail |
---|
public List<AccountAttribute> getAccountAttributes()
public void setAccountAttributes(Collection<AccountAttribute> accountAttributes)
accountAttributes
- Information about one or more account attributes.public DescribeAccountAttributesResult withAccountAttributes(AccountAttribute... accountAttributes)
Returns a reference to this object so that method calls can be chained together.
accountAttributes
- Information about one or more account attributes.
public DescribeAccountAttributesResult withAccountAttributes(Collection<AccountAttribute> accountAttributes)
Returns a reference to this object so that method calls can be chained together.
accountAttributes
- Information about one or more account attributes.
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 |