@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAccountLimitsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The output for the DescribeAccountLimits action.
| Constructor and Description |
|---|
DescribeAccountLimitsResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeAccountLimitsResult |
clone() |
boolean |
equals(Object obj) |
List<AccountLimit> |
getAccountLimits()
An account limit structure that contain a list of CloudFormation account limits and their values.
|
String |
getNextToken()
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 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.
|
String |
toString()
Returns a string representation of this object.
|
DescribeAccountLimitsResult |
withAccountLimits(AccountLimit... accountLimits)
An account limit structure that contain a list of CloudFormation account limits and their values.
|
DescribeAccountLimitsResult |
withAccountLimits(Collection<AccountLimit> accountLimits)
An account limit structure that contain a list of CloudFormation account limits and their values.
|
DescribeAccountLimitsResult |
withNextToken(String nextToken)
If the output exceeds 1 MB in size, a string that identifies the next page of limits.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<AccountLimit> getAccountLimits()
An account limit structure that contain a list of CloudFormation account limits and their values.
public void setAccountLimits(Collection<AccountLimit> accountLimits)
An account limit structure that contain a list of CloudFormation account limits and their values.
accountLimits - An account limit structure that contain a list of CloudFormation account limits and their values.public DescribeAccountLimitsResult withAccountLimits(AccountLimit... accountLimits)
An account limit structure that contain a list of 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 CloudFormation account limits and their values.public DescribeAccountLimitsResult withAccountLimits(Collection<AccountLimit> accountLimits)
An account limit structure that contain a list of CloudFormation account limits and their values.
accountLimits - An account limit structure that contain a list of CloudFormation account limits and their values.public void setNextToken(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 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(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 String toString()
toString in class ObjectObject.toString()public DescribeAccountLimitsResult clone()