public class DescribeAccountLimitsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DescribeAccountLimits operation.
Retrieves your account's AWS CloudFormation limits, such as the maximum number of stacks that you can create in your account.
NOOP| Constructor and Description |
|---|
DescribeAccountLimitsRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeAccountLimitsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
A string that identifies the next page of limits that you want to
retrieve.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
A string that identifies the next page of limits that you want to
retrieve.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeAccountLimitsRequest |
withNextToken(String nextToken)
A string that identifies the next page of limits that you want to
retrieve.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getNextToken()
Constraints:
Length: 1 - 1024
public void setNextToken(String nextToken)
Constraints:
Length: 1 - 1024
nextToken - A string that identifies the next page of limits that you want to
retrieve.public DescribeAccountLimitsRequest withNextToken(String nextToken)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 1024
nextToken - A string that identifies the next page of limits that you want to
retrieve.public String toString()
toString in class ObjectObject.toString()public DescribeAccountLimitsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.