@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAggregationAuthorizationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeAggregationAuthorizationsRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeAggregationAuthorizationsRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getLimit()
The maximum number of AggregationAuthorizations returned on each page.
|
String |
getNextToken()
The nextToken string returned on a previous page that you use to get the next page of results in a paginated
response.
|
int |
hashCode() |
void |
setLimit(Integer limit)
The maximum number of AggregationAuthorizations returned on each page.
|
void |
setNextToken(String nextToken)
The nextToken string returned on a previous page that you use to get the next page of results in a paginated
response.
|
String |
toString()
Returns a string representation of this object.
|
DescribeAggregationAuthorizationsRequest |
withLimit(Integer limit)
The maximum number of AggregationAuthorizations returned on each page.
|
DescribeAggregationAuthorizationsRequest |
withNextToken(String nextToken)
The nextToken string returned on a previous page that you use to get the next page of results in a paginated
response.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic DescribeAggregationAuthorizationsRequest()
public void setLimit(Integer limit)
The maximum number of AggregationAuthorizations returned on each page. The default is maximum. If you specify 0, AWS Config uses the default.
limit - The maximum number of AggregationAuthorizations returned on each page. The default is maximum. If you
specify 0, AWS Config uses the default.public Integer getLimit()
The maximum number of AggregationAuthorizations returned on each page. The default is maximum. If you specify 0, AWS Config uses the default.
public DescribeAggregationAuthorizationsRequest withLimit(Integer limit)
The maximum number of AggregationAuthorizations returned on each page. The default is maximum. If you specify 0, AWS Config uses the default.
limit - The maximum number of AggregationAuthorizations returned on each page. The default is maximum. If you
specify 0, AWS Config uses the default.public void setNextToken(String nextToken)
The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
nextToken - The nextToken string returned on a previous page that you use to get the next page of results in a
paginated response.public String getNextToken()
The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
public DescribeAggregationAuthorizationsRequest withNextToken(String nextToken)
The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
nextToken - The nextToken string returned on a previous page that you use to get the next page of results in a
paginated response.public String toString()
toString in class ObjectObject.toString()public DescribeAggregationAuthorizationsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.