Class DescribeAccountAttributesResult
- All Implemented Interfaces:
Serializable,Cloneable
Data returned by the DescribeAccountAttributes action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanA list of AccountQuota objects.inthashCode()voidsetAccountQuotas(Collection<AccountQuota> accountQuotas) A list of AccountQuota objects.toString()Returns a string representation of this object; useful for testing and debugging.withAccountQuotas(AccountQuota... accountQuotas) A list of AccountQuota objects.withAccountQuotas(Collection<AccountQuota> accountQuotas) A list of AccountQuota objects.
-
Constructor Details
-
DescribeAccountAttributesResult
public DescribeAccountAttributesResult()
-
-
Method Details
-
getAccountQuotas
A list of AccountQuota objects. Within this list, each quota has a name, a count of usage toward the quota maximum, and a maximum value for the quota.
- Returns:
- A list of AccountQuota objects. Within this list, each quota has a name, a count of usage toward the quota maximum, and a maximum value for the quota.
-
setAccountQuotas
A list of AccountQuota objects. Within this list, each quota has a name, a count of usage toward the quota maximum, and a maximum value for the quota.
- Parameters:
accountQuotas- A list of AccountQuota objects. Within this list, each quota has a name, a count of usage toward the quota maximum, and a maximum value for the quota.
-
withAccountQuotas
A list of AccountQuota objects. Within this list, each quota has a name, a count of usage toward the quota maximum, and a maximum value for the quota.
NOTE: This method appends the values to the existing list (if any). Use
setAccountQuotas(java.util.Collection)orwithAccountQuotas(java.util.Collection)if you want to override the existing values.- Parameters:
accountQuotas- A list of AccountQuota objects. Within this list, each quota has a name, a count of usage toward the quota maximum, and a maximum value for the quota.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withAccountQuotas
A list of AccountQuota objects. Within this list, each quota has a name, a count of usage toward the quota maximum, and a maximum value for the quota.
- Parameters:
accountQuotas- A list of AccountQuota objects. Within this list, each quota has a name, a count of usage toward the quota maximum, and a maximum value for the quota.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-