@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> |
getAccountAttributes()
A list of attributes assigned to an account.
|
int |
hashCode() |
void |
setAccountAttributes(Collection<AccountAttribute> accountAttributes)
A list of attributes assigned to an account.
|
String |
toString()
Returns a string representation of this object.
|
DescribeAccountAttributesResult |
withAccountAttributes(AccountAttribute... accountAttributes)
A list of attributes assigned to an account.
|
DescribeAccountAttributesResult |
withAccountAttributes(Collection<AccountAttribute> accountAttributes)
A list of attributes assigned to an account.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<AccountAttribute> getAccountAttributes()
A list of attributes assigned to an account.
public void setAccountAttributes(Collection<AccountAttribute> accountAttributes)
A list of attributes assigned to an account.
accountAttributes - A list of attributes assigned to an account.public DescribeAccountAttributesResult withAccountAttributes(AccountAttribute... accountAttributes)
A list of attributes assigned to an account.
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 - A list of attributes assigned to an account.public DescribeAccountAttributesResult withAccountAttributes(Collection<AccountAttribute> accountAttributes)
A list of attributes assigned to an account.
accountAttributes - A list of attributes assigned to an account.public String toString()
toString in class ObjectObject.toString()public DescribeAccountAttributesResult clone()