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