@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListResolverConfigsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListResolverConfigsRequest() |
Modifier and Type | Method and Description |
---|---|
ListResolverConfigsRequest |
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 Resolver configurations that you want to return in the response to a
ListResolverConfigs request. |
String |
getNextToken()
(Optional) If the current Amazon Web Services account has more than
MaxResults Resolver
configurations, use NextToken to get the second and subsequent pages of results. |
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of Resolver configurations that you want to return in the response to a
ListResolverConfigs request. |
void |
setNextToken(String nextToken)
(Optional) If the current Amazon Web Services account has more than
MaxResults Resolver
configurations, use NextToken to get the second and subsequent pages of results. |
String |
toString()
Returns a string representation of this object.
|
ListResolverConfigsRequest |
withMaxResults(Integer maxResults)
The maximum number of Resolver configurations that you want to return in the response to a
ListResolverConfigs request. |
ListResolverConfigsRequest |
withNextToken(String nextToken)
(Optional) If the current Amazon Web Services account has more than
MaxResults Resolver
configurations, use NextToken to get the second and subsequent pages of 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 setMaxResults(Integer maxResults)
The maximum number of Resolver configurations that you want to return in the response to a
ListResolverConfigs
request. If you don't specify a value for MaxResults
, up to 100
Resolver configurations are returned.
maxResults
- The maximum number of Resolver configurations that you want to return in the response to a
ListResolverConfigs
request. If you don't specify a value for MaxResults
, up to
100 Resolver configurations are returned.public Integer getMaxResults()
The maximum number of Resolver configurations that you want to return in the response to a
ListResolverConfigs
request. If you don't specify a value for MaxResults
, up to 100
Resolver configurations are returned.
ListResolverConfigs
request. If you don't specify a value for MaxResults
, up to
100 Resolver configurations are returned.public ListResolverConfigsRequest withMaxResults(Integer maxResults)
The maximum number of Resolver configurations that you want to return in the response to a
ListResolverConfigs
request. If you don't specify a value for MaxResults
, up to 100
Resolver configurations are returned.
maxResults
- The maximum number of Resolver configurations that you want to return in the response to a
ListResolverConfigs
request. If you don't specify a value for MaxResults
, up to
100 Resolver configurations are returned.public void setNextToken(String nextToken)
(Optional) If the current Amazon Web Services account has more than MaxResults
Resolver
configurations, use NextToken
to get the second and subsequent pages of results.
For the first ListResolverConfigs
request, omit this value.
For the second and subsequent requests, get the value of NextToken
from the previous response and
specify that value for NextToken
in the request.
nextToken
- (Optional) If the current Amazon Web Services account has more than MaxResults
Resolver
configurations, use NextToken
to get the second and subsequent pages of results.
For the first ListResolverConfigs
request, omit this value.
For the second and subsequent requests, get the value of NextToken
from the previous response
and specify that value for NextToken
in the request.
public String getNextToken()
(Optional) If the current Amazon Web Services account has more than MaxResults
Resolver
configurations, use NextToken
to get the second and subsequent pages of results.
For the first ListResolverConfigs
request, omit this value.
For the second and subsequent requests, get the value of NextToken
from the previous response and
specify that value for NextToken
in the request.
MaxResults
Resolver
configurations, use NextToken
to get the second and subsequent pages of results.
For the first ListResolverConfigs
request, omit this value.
For the second and subsequent requests, get the value of NextToken
from the previous
response and specify that value for NextToken
in the request.
public ListResolverConfigsRequest withNextToken(String nextToken)
(Optional) If the current Amazon Web Services account has more than MaxResults
Resolver
configurations, use NextToken
to get the second and subsequent pages of results.
For the first ListResolverConfigs
request, omit this value.
For the second and subsequent requests, get the value of NextToken
from the previous response and
specify that value for NextToken
in the request.
nextToken
- (Optional) If the current Amazon Web Services account has more than MaxResults
Resolver
configurations, use NextToken
to get the second and subsequent pages of results.
For the first ListResolverConfigs
request, omit this value.
For the second and subsequent requests, get the value of NextToken
from the previous response
and specify that value for NextToken
in the request.
public String toString()
toString
in class Object
Object.toString()
public ListResolverConfigsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()