@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeSpendLimitsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeSpendLimitsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeSpendLimitsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of results to return per each request.
|
String |
getNextToken()
The token to be used for the next set of paginated results.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results to return per each request.
|
void |
setNextToken(String nextToken)
The token to be used for the next set of paginated results.
|
String |
toString()
Returns a string representation of this object.
|
DescribeSpendLimitsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return per each request.
|
DescribeSpendLimitsRequest |
withNextToken(String nextToken)
The token to be used for the next set of paginated results.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setNextToken(String nextToken)
The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.
nextToken
- The token to be used for the next set of paginated results. You don't need to supply a value for this
field in the initial request.public String getNextToken()
The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.
public DescribeSpendLimitsRequest withNextToken(String nextToken)
The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.
nextToken
- The token to be used for the next set of paginated results. You don't need to supply a value for this
field in the initial request.public void setMaxResults(Integer maxResults)
The maximum number of results to return per each request.
maxResults
- The maximum number of results to return per each request.public Integer getMaxResults()
The maximum number of results to return per each request.
public DescribeSpendLimitsRequest withMaxResults(Integer maxResults)
The maximum number of results to return per each request.
maxResults
- The maximum number of results to return per each request.public String toString()
toString
in class Object
Object.toString()
public DescribeSpendLimitsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()