@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListResolverDnssecConfigsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListResolverDnssecConfigsRequest() |
Modifier and Type | Method and Description |
---|---|
ListResolverDnssecConfigsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<Filter> |
getFilters()
An optional specification to return a subset of objects.
|
Integer |
getMaxResults()
Optional: An integer that specifies the maximum number of DNSSEC configuration results that you want
Amazon Route 53 to return.
|
String |
getNextToken()
(Optional) If the current Amazon Web Services account has more than
MaxResults DNSSEC
configurations, use NextToken to get the second and subsequent pages of results. |
int |
hashCode() |
void |
setFilters(Collection<Filter> filters)
An optional specification to return a subset of objects.
|
void |
setMaxResults(Integer maxResults)
Optional: An integer that specifies the maximum number of DNSSEC configuration results that you want
Amazon Route 53 to return.
|
void |
setNextToken(String nextToken)
(Optional) If the current Amazon Web Services account has more than
MaxResults DNSSEC
configurations, use NextToken to get the second and subsequent pages of results. |
String |
toString()
Returns a string representation of this object.
|
ListResolverDnssecConfigsRequest |
withFilters(Collection<Filter> filters)
An optional specification to return a subset of objects.
|
ListResolverDnssecConfigsRequest |
withFilters(Filter... filters)
An optional specification to return a subset of objects.
|
ListResolverDnssecConfigsRequest |
withMaxResults(Integer maxResults)
Optional: An integer that specifies the maximum number of DNSSEC configuration results that you want
Amazon Route 53 to return.
|
ListResolverDnssecConfigsRequest |
withNextToken(String nextToken)
(Optional) If the current Amazon Web Services account has more than
MaxResults DNSSEC
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)
Optional: An integer that specifies the maximum number of DNSSEC configuration results that you want
Amazon Route 53 to return. If you don't specify a value for MaxResults
, Route 53 returns up to 100
configuration per page.
maxResults
- Optional: An integer that specifies the maximum number of DNSSEC configuration results that you
want Amazon Route 53 to return. If you don't specify a value for MaxResults
, Route 53 returns
up to 100 configuration per page.public Integer getMaxResults()
Optional: An integer that specifies the maximum number of DNSSEC configuration results that you want
Amazon Route 53 to return. If you don't specify a value for MaxResults
, Route 53 returns up to 100
configuration per page.
MaxResults
, Route 53
returns up to 100 configuration per page.public ListResolverDnssecConfigsRequest withMaxResults(Integer maxResults)
Optional: An integer that specifies the maximum number of DNSSEC configuration results that you want
Amazon Route 53 to return. If you don't specify a value for MaxResults
, Route 53 returns up to 100
configuration per page.
maxResults
- Optional: An integer that specifies the maximum number of DNSSEC configuration results that you
want Amazon Route 53 to return. If you don't specify a value for MaxResults
, Route 53 returns
up to 100 configuration per page.public void setNextToken(String nextToken)
(Optional) If the current Amazon Web Services account has more than MaxResults
DNSSEC
configurations, use NextToken
to get the second and subsequent pages of results.
For the first ListResolverDnssecConfigs
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
DNSSEC
configurations, use NextToken
to get the second and subsequent pages of results.
For the first ListResolverDnssecConfigs
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
DNSSEC
configurations, use NextToken
to get the second and subsequent pages of results.
For the first ListResolverDnssecConfigs
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
DNSSEC
configurations, use NextToken
to get the second and subsequent pages of results.
For the first ListResolverDnssecConfigs
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 ListResolverDnssecConfigsRequest withNextToken(String nextToken)
(Optional) If the current Amazon Web Services account has more than MaxResults
DNSSEC
configurations, use NextToken
to get the second and subsequent pages of results.
For the first ListResolverDnssecConfigs
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
DNSSEC
configurations, use NextToken
to get the second and subsequent pages of results.
For the first ListResolverDnssecConfigs
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 List<Filter> getFilters()
An optional specification to return a subset of objects.
public void setFilters(Collection<Filter> filters)
An optional specification to return a subset of objects.
filters
- An optional specification to return a subset of objects.public ListResolverDnssecConfigsRequest withFilters(Filter... filters)
An optional specification to return a subset of objects.
NOTE: This method appends the values to the existing list (if any). Use
setFilters(java.util.Collection)
or withFilters(java.util.Collection)
if you want to override
the existing values.
filters
- An optional specification to return a subset of objects.public ListResolverDnssecConfigsRequest withFilters(Collection<Filter> filters)
An optional specification to return a subset of objects.
filters
- An optional specification to return a subset of objects.public String toString()
toString
in class Object
Object.toString()
public ListResolverDnssecConfigsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()