@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAccountAttributesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeAccountAttributesResult() |
Modifier and Type | Method and Description |
---|---|
DescribeAccountAttributesResult |
clone() |
boolean |
equals(Object obj) |
List<AccountAttribute> |
getAttributes()
The attributes that are currently set for the account.
|
int |
hashCode() |
void |
setAttributes(Collection<AccountAttribute> attributes)
The attributes that are currently set for the account.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeAccountAttributesResult |
withAttributes(AccountAttribute... attributes)
The attributes that are currently set for the account.
|
DescribeAccountAttributesResult |
withAttributes(Collection<AccountAttribute> attributes)
The attributes that are currently set for the account.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<AccountAttribute> getAttributes()
The attributes that are currently set for the account.
public void setAttributes(Collection<AccountAttribute> attributes)
The attributes that are currently set for the account.
attributes
- The attributes that are currently set for the account.public DescribeAccountAttributesResult withAttributes(AccountAttribute... attributes)
The attributes that are currently set for the account.
NOTE: This method appends the values to the existing list (if any). Use
setAttributes(java.util.Collection)
or withAttributes(java.util.Collection)
if you want to
override the existing values.
attributes
- The attributes that are currently set for the account.public DescribeAccountAttributesResult withAttributes(Collection<AccountAttribute> attributes)
The attributes that are currently set for the account.
attributes
- The attributes that are currently set for the account.public String toString()
toString
in class Object
Object.toString()
public DescribeAccountAttributesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.