public class DescribeAccountLimitsResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
The output for the DescribeAccountLimits action.
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<AccountLimit> |
accountLimits
An account limit structure that contain a list of AWS CloudFormation
account limits and their values.
|
private java.lang.String |
nextToken
If the output exceeds 1 MB in size, a string that identifies the next
page of limits.
|
Constructor and Description |
---|
DescribeAccountLimitsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeAccountLimitsResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.List<AccountLimit> |
getAccountLimits()
An account limit structure that contain a list of AWS CloudFormation
account limits and their values.
|
java.lang.String |
getNextToken()
If the output exceeds 1 MB in size, a string that identifies the next
page of limits.
|
int |
hashCode() |
void |
setAccountLimits(java.util.Collection<AccountLimit> accountLimits)
An account limit structure that contain a list of AWS CloudFormation
account limits and their values.
|
void |
setNextToken(java.lang.String nextToken)
If the output exceeds 1 MB in size, a string that identifies the next
page of limits.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeAccountLimitsResult |
withAccountLimits(AccountLimit... accountLimits)
An account limit structure that contain a list of AWS CloudFormation
account limits and their values.
|
DescribeAccountLimitsResult |
withAccountLimits(java.util.Collection<AccountLimit> accountLimits)
An account limit structure that contain a list of AWS CloudFormation
account limits and their values.
|
DescribeAccountLimitsResult |
withNextToken(java.lang.String nextToken)
If the output exceeds 1 MB in size, a string that identifies the next
page of limits.
|
private SdkInternalList<AccountLimit> accountLimits
An account limit structure that contain a list of AWS CloudFormation account limits and their values.
private java.lang.String 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.
public java.util.List<AccountLimit> getAccountLimits()
An account limit structure that contain a list of AWS CloudFormation account limits and their values.
public void setAccountLimits(java.util.Collection<AccountLimit> accountLimits)
An account limit structure that contain a list of AWS CloudFormation account limits and their values.
accountLimits
- An account limit structure that contain a list of AWS
CloudFormation account limits and their values.public DescribeAccountLimitsResult withAccountLimits(AccountLimit... accountLimits)
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)
or
withAccountLimits(java.util.Collection)
if you want to override
the existing values.
accountLimits
- An account limit structure that contain a list of AWS
CloudFormation account limits and their values.public DescribeAccountLimitsResult withAccountLimits(java.util.Collection<AccountLimit> accountLimits)
An account limit structure that contain a list of AWS CloudFormation account limits and their values.
accountLimits
- An account limit structure that contain a list of AWS
CloudFormation account limits and their values.public void setNextToken(java.lang.String 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.
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.public java.lang.String 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.
public DescribeAccountLimitsResult withNextToken(java.lang.String 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.
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.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeAccountLimitsResult clone()
clone
in class java.lang.Object