public class DescribeAccountAttributesResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
DescribeAccountAttributesResult() |
Modifier and Type | Method and Description |
---|---|
DescribeAccountAttributesResult |
clone() |
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.
|
public List<AccountAttribute> getAccountAttributes()
public void setAccountAttributes(Collection<AccountAttribute> accountAttributes)
accountAttributes
- Information about one or more account attributes.public DescribeAccountAttributesResult withAccountAttributes(AccountAttribute... accountAttributes)
NOTE: This method appends the values to the existing list (if
any). Use setAccountAttributes(java.util.Collection)
or
withAccountAttributes(java.util.Collection)
if you want to
override the existing values.
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 DescribeAccountAttributesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.