Class DescribeAccountLimitsResult
- All Implemented Interfaces:
Serializable
,Cloneable
The output for the DescribeAccountLimits action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
An account limit structure that contain a list of AWS CloudFormation account limits and their values.If the output exceeds 1 MB in size, a string that identifies the next page of limits.int
hashCode()
void
setAccountLimits
(Collection<AccountLimit> accountLimits) An account limit structure that contain a list of AWS CloudFormation account limits and their values.void
setNextToken
(String nextToken) If the output exceeds 1 MB in size, a string that identifies the next page of limits.toString()
Returns a string representation of this object; useful for testing and debugging.withAccountLimits
(AccountLimit... accountLimits) An account limit structure that contain a list of AWS CloudFormation account limits and their values.withAccountLimits
(Collection<AccountLimit> accountLimits) An account limit structure that contain a list of AWS CloudFormation account limits and their values.withNextToken
(String nextToken) If the output exceeds 1 MB in size, a string that identifies the next page of limits.
-
Constructor Details
-
DescribeAccountLimitsResult
public DescribeAccountLimitsResult()
-
-
Method Details
-
getAccountLimits
An account limit structure that contain a list of AWS CloudFormation account limits and their values.
- Returns:
- An account limit structure that contain a list of AWS CloudFormation account limits and their values.
-
setAccountLimits
An account limit structure that contain a list of AWS CloudFormation account limits and their values.
- Parameters:
accountLimits
- An account limit structure that contain a list of AWS CloudFormation account limits and their values.
-
withAccountLimits
An account limit structure that contain a list of AWS CloudFormation account limits and their values.
NOTE: This method appends the values to the existing list (if any). Use
setAccountLimits(java.util.Collection)
orwithAccountLimits(java.util.Collection)
if you want to override the existing values.- Parameters:
accountLimits
- An account limit structure that contain a list of AWS CloudFormation account limits and their values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withAccountLimits
An account limit structure that contain a list of AWS CloudFormation account limits and their values.
- Parameters:
accountLimits
- An account limit structure that contain a list of AWS CloudFormation account limits and their values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextToken
If the output exceeds 1 MB in size, a string that identifies the next page of limits. If no additional page exists, this value is null.
- Parameters:
nextToken
- If the output exceeds 1 MB in size, a string that identifies the next page of limits. If no additional page exists, this value is null.
-
getNextToken
If the output exceeds 1 MB in size, a string that identifies the next page of limits. If no additional page exists, this value is null.
- Returns:
- If the output exceeds 1 MB in size, a string that identifies the next page of limits. If no additional page exists, this value is null.
-
withNextToken
If the output exceeds 1 MB in size, a string that identifies the next page of limits. If no additional page exists, this value is null.
- Parameters:
nextToken
- If the output exceeds 1 MB in size, a string that identifies the next page of limits. If no additional page exists, this value is null.- 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
-