@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAccountAttributesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the output of DescribeAccountAttributes.
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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<AccountAttribute> getAccountAttributes()
Information about one or more account attributes.
public void setAccountAttributes(Collection<AccountAttribute> accountAttributes)
Information about one or more account attributes.
accountAttributes
- Information about one or more account attributes.public DescribeAccountAttributesResult withAccountAttributes(AccountAttribute... accountAttributes)
Information about one or more account attributes.
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.
accountAttributes
- Information about one or more account attributes.public DescribeAccountAttributesResult withAccountAttributes(Collection<AccountAttribute> accountAttributes)
Information about one or more account attributes.
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.