@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<AccountQuota> |
getAccountQuotas()
Account quota information.
|
int |
hashCode() |
void |
setAccountQuotas(Collection<AccountQuota> accountQuotas)
Account quota information.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeAccountAttributesResult |
withAccountQuotas(AccountQuota... accountQuotas)
Account quota information.
|
DescribeAccountAttributesResult |
withAccountQuotas(Collection<AccountQuota> accountQuotas)
Account quota information.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<AccountQuota> getAccountQuotas()
Account quota information.
public void setAccountQuotas(Collection<AccountQuota> accountQuotas)
Account quota information.
accountQuotas - Account quota information.public DescribeAccountAttributesResult withAccountQuotas(AccountQuota... accountQuotas)
Account quota information.
NOTE: This method appends the values to the existing list (if any). Use
setAccountQuotas(java.util.Collection) or withAccountQuotas(java.util.Collection) if you want
to override the existing values.
accountQuotas - Account quota information.public DescribeAccountAttributesResult withAccountQuotas(Collection<AccountQuota> accountQuotas)
Account quota information.
accountQuotas - Account quota information.public String toString()
toString in class ObjectObject.toString()public DescribeAccountAttributesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.