@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListConfigurationPoliciesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListConfigurationPoliciesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListConfigurationPoliciesRequest |
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 that's returned by
ListConfigurationPolicies in each page of the
response. |
String |
getNextToken()
The NextToken value that's returned from a previous paginated
ListConfigurationPolicies request
where MaxResults was used but the results exceeded the value of that parameter. |
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results that's returned by
ListConfigurationPolicies in each page of the
response. |
void |
setNextToken(String nextToken)
The NextToken value that's returned from a previous paginated
ListConfigurationPolicies request
where MaxResults was used but the results exceeded the value of that parameter. |
String |
toString()
Returns a string representation of this object.
|
ListConfigurationPoliciesRequest |
withMaxResults(Integer maxResults)
The maximum number of results that's returned by
ListConfigurationPolicies in each page of the
response. |
ListConfigurationPoliciesRequest |
withNextToken(String nextToken)
The NextToken value that's returned from a previous paginated
ListConfigurationPolicies request
where MaxResults was used but the results exceeded the value of that parameter. |
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, withSdkRequestTimeoutpublic void setNextToken(String nextToken)
The NextToken value that's returned from a previous paginated ListConfigurationPolicies request
where MaxResults was used but the results exceeded the value of that parameter. Pagination continues
from the MaxResults was used but the results exceeded the value of that parameter. Pagination
continues from the end of the previous response that returned the NextToken value. This value is
null when there are no more results to return.
nextToken - The NextToken value that's returned from a previous paginated ListConfigurationPolicies
request where MaxResults was used but the results exceeded the value of that parameter.
Pagination continues from the MaxResults was used but the results exceeded the value of that
parameter. Pagination continues from the end of the previous response that returned the
NextToken value. This value is null when there are no more results to return.public String getNextToken()
The NextToken value that's returned from a previous paginated ListConfigurationPolicies request
where MaxResults was used but the results exceeded the value of that parameter. Pagination continues
from the MaxResults was used but the results exceeded the value of that parameter. Pagination
continues from the end of the previous response that returned the NextToken value. This value is
null when there are no more results to return.
ListConfigurationPolicies
request where MaxResults was used but the results exceeded the value of that parameter.
Pagination continues from the MaxResults was used but the results exceeded the value of that
parameter. Pagination continues from the end of the previous response that returned the
NextToken value. This value is null when there are no more results to return.public ListConfigurationPoliciesRequest withNextToken(String nextToken)
The NextToken value that's returned from a previous paginated ListConfigurationPolicies request
where MaxResults was used but the results exceeded the value of that parameter. Pagination continues
from the MaxResults was used but the results exceeded the value of that parameter. Pagination
continues from the end of the previous response that returned the NextToken value. This value is
null when there are no more results to return.
nextToken - The NextToken value that's returned from a previous paginated ListConfigurationPolicies
request where MaxResults was used but the results exceeded the value of that parameter.
Pagination continues from the MaxResults was used but the results exceeded the value of that
parameter. Pagination continues from the end of the previous response that returned the
NextToken value. This value is null when there are no more results to return.public void setMaxResults(Integer maxResults)
The maximum number of results that's returned by ListConfigurationPolicies in each page of the
response. When this parameter is used, ListConfigurationPolicies returns the specified number of
results in a single page and a NextToken response element. You can see the remaining results of the
initial request by sending another ListConfigurationPolicies request with the returned
NextToken value. A valid range for MaxResults is between 1 and 100.
maxResults - The maximum number of results that's returned by ListConfigurationPolicies in each page of
the response. When this parameter is used, ListConfigurationPolicies returns the specified
number of results in a single page and a NextToken response element. You can see the
remaining results of the initial request by sending another ListConfigurationPolicies request
with the returned NextToken value. A valid range for MaxResults is between 1 and
100.public Integer getMaxResults()
The maximum number of results that's returned by ListConfigurationPolicies in each page of the
response. When this parameter is used, ListConfigurationPolicies returns the specified number of
results in a single page and a NextToken response element. You can see the remaining results of the
initial request by sending another ListConfigurationPolicies request with the returned
NextToken value. A valid range for MaxResults is between 1 and 100.
ListConfigurationPolicies in each page of
the response. When this parameter is used, ListConfigurationPolicies returns the specified
number of results in a single page and a NextToken response element. You can see the
remaining results of the initial request by sending another ListConfigurationPolicies
request with the returned NextToken value. A valid range for MaxResults is
between 1 and 100.public ListConfigurationPoliciesRequest withMaxResults(Integer maxResults)
The maximum number of results that's returned by ListConfigurationPolicies in each page of the
response. When this parameter is used, ListConfigurationPolicies returns the specified number of
results in a single page and a NextToken response element. You can see the remaining results of the
initial request by sending another ListConfigurationPolicies request with the returned
NextToken value. A valid range for MaxResults is between 1 and 100.
maxResults - The maximum number of results that's returned by ListConfigurationPolicies in each page of
the response. When this parameter is used, ListConfigurationPolicies returns the specified
number of results in a single page and a NextToken response element. You can see the
remaining results of the initial request by sending another ListConfigurationPolicies request
with the returned NextToken value. A valid range for MaxResults is between 1 and
100.public String toString()
toString in class ObjectObject.toString()public ListConfigurationPoliciesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()