@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListResolverRulesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListResolverRulesRequest() |
Modifier and Type | Method and Description |
---|---|
ListResolverRulesRequest |
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 Resolver rules, such as all Resolver rules that are associated
with the same Resolver endpoint.
|
Integer |
getMaxResults()
The maximum number of Resolver rules that you want to return in the response to a
ListResolverRules
request. |
String |
getNextToken()
For the first
ListResolverRules request, omit this value. |
int |
hashCode() |
void |
setFilters(Collection<Filter> filters)
An optional specification to return a subset of Resolver rules, such as all Resolver rules that are associated
with the same Resolver endpoint.
|
void |
setMaxResults(Integer maxResults)
The maximum number of Resolver rules that you want to return in the response to a
ListResolverRules
request. |
void |
setNextToken(String nextToken)
For the first
ListResolverRules request, omit this value. |
String |
toString()
Returns a string representation of this object.
|
ListResolverRulesRequest |
withFilters(Collection<Filter> filters)
An optional specification to return a subset of Resolver rules, such as all Resolver rules that are associated
with the same Resolver endpoint.
|
ListResolverRulesRequest |
withFilters(Filter... filters)
An optional specification to return a subset of Resolver rules, such as all Resolver rules that are associated
with the same Resolver endpoint.
|
ListResolverRulesRequest |
withMaxResults(Integer maxResults)
The maximum number of Resolver rules that you want to return in the response to a
ListResolverRules
request. |
ListResolverRulesRequest |
withNextToken(String nextToken)
For the first
ListResolverRules request, omit this value. |
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 rules that you want to return in the response to a ListResolverRules
request. If you don't specify a value for MaxResults
, Resolver returns up to 100 Resolver rules.
maxResults
- The maximum number of Resolver rules that you want to return in the response to a
ListResolverRules
request. If you don't specify a value for MaxResults
, Resolver
returns up to 100 Resolver rules.public Integer getMaxResults()
The maximum number of Resolver rules that you want to return in the response to a ListResolverRules
request. If you don't specify a value for MaxResults
, Resolver returns up to 100 Resolver rules.
ListResolverRules
request. If you don't specify a value for MaxResults
,
Resolver returns up to 100 Resolver rules.public ListResolverRulesRequest withMaxResults(Integer maxResults)
The maximum number of Resolver rules that you want to return in the response to a ListResolverRules
request. If you don't specify a value for MaxResults
, Resolver returns up to 100 Resolver rules.
maxResults
- The maximum number of Resolver rules that you want to return in the response to a
ListResolverRules
request. If you don't specify a value for MaxResults
, Resolver
returns up to 100 Resolver rules.public void setNextToken(String nextToken)
For the first ListResolverRules
request, omit this value.
If you have more than MaxResults
Resolver rules, you can submit another
ListResolverRules
request to get the next group of Resolver rules. In the next request, specify the
value of NextToken
from the previous response.
nextToken
- For the first ListResolverRules
request, omit this value.
If you have more than MaxResults
Resolver rules, you can submit another
ListResolverRules
request to get the next group of Resolver rules. In the next request,
specify the value of NextToken
from the previous response.
public String getNextToken()
For the first ListResolverRules
request, omit this value.
If you have more than MaxResults
Resolver rules, you can submit another
ListResolverRules
request to get the next group of Resolver rules. In the next request, specify the
value of NextToken
from the previous response.
ListResolverRules
request, omit this value.
If you have more than MaxResults
Resolver rules, you can submit another
ListResolverRules
request to get the next group of Resolver rules. In the next request,
specify the value of NextToken
from the previous response.
public ListResolverRulesRequest withNextToken(String nextToken)
For the first ListResolverRules
request, omit this value.
If you have more than MaxResults
Resolver rules, you can submit another
ListResolverRules
request to get the next group of Resolver rules. In the next request, specify the
value of NextToken
from the previous response.
nextToken
- For the first ListResolverRules
request, omit this value.
If you have more than MaxResults
Resolver rules, you can submit another
ListResolverRules
request to get the next group of Resolver rules. In the next request,
specify the value of NextToken
from the previous response.
public List<Filter> getFilters()
An optional specification to return a subset of Resolver rules, such as all Resolver rules that are associated with the same Resolver endpoint.
If you submit a second or subsequent ListResolverRules
request and specify the
NextToken
parameter, you must use the same values for Filters
, if any, as in the
previous request.
If you submit a second or subsequent ListResolverRules
request and specify the
NextToken
parameter, you must use the same values for Filters
, if any, as in
the previous request.
public void setFilters(Collection<Filter> filters)
An optional specification to return a subset of Resolver rules, such as all Resolver rules that are associated with the same Resolver endpoint.
If you submit a second or subsequent ListResolverRules
request and specify the
NextToken
parameter, you must use the same values for Filters
, if any, as in the
previous request.
filters
- An optional specification to return a subset of Resolver rules, such as all Resolver rules that are
associated with the same Resolver endpoint.
If you submit a second or subsequent ListResolverRules
request and specify the
NextToken
parameter, you must use the same values for Filters
, if any, as in the
previous request.
public ListResolverRulesRequest withFilters(Filter... filters)
An optional specification to return a subset of Resolver rules, such as all Resolver rules that are associated with the same Resolver endpoint.
If you submit a second or subsequent ListResolverRules
request and specify the
NextToken
parameter, you must use the same values for Filters
, if any, as in the
previous request.
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 Resolver rules, such as all Resolver rules that are
associated with the same Resolver endpoint.
If you submit a second or subsequent ListResolverRules
request and specify the
NextToken
parameter, you must use the same values for Filters
, if any, as in the
previous request.
public ListResolverRulesRequest withFilters(Collection<Filter> filters)
An optional specification to return a subset of Resolver rules, such as all Resolver rules that are associated with the same Resolver endpoint.
If you submit a second or subsequent ListResolverRules
request and specify the
NextToken
parameter, you must use the same values for Filters
, if any, as in the
previous request.
filters
- An optional specification to return a subset of Resolver rules, such as all Resolver rules that are
associated with the same Resolver endpoint.
If you submit a second or subsequent ListResolverRules
request and specify the
NextToken
parameter, you must use the same values for Filters
, if any, as in the
previous request.
public String toString()
toString
in class Object
Object.toString()
public ListResolverRulesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()