@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListResolverRuleAssociationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListResolverRuleAssociationsResult() |
Modifier and Type | Method and Description |
---|---|
ListResolverRuleAssociationsResult |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The value that you specified for
MaxResults in the request. |
String |
getNextToken()
If more than
MaxResults rule associations match the specified criteria, you can submit another
ListResolverRuleAssociation request to get the next group of results. |
List<ResolverRuleAssociation> |
getResolverRuleAssociations()
The associations that were created between resolver rules and VPCs using the current AWS account, and that match
the specified filters, if any.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The value that you specified for
MaxResults in the request. |
void |
setNextToken(String nextToken)
If more than
MaxResults rule associations match the specified criteria, you can submit another
ListResolverRuleAssociation request to get the next group of results. |
void |
setResolverRuleAssociations(Collection<ResolverRuleAssociation> resolverRuleAssociations)
The associations that were created between resolver rules and VPCs using the current AWS account, and that match
the specified filters, if any.
|
String |
toString()
Returns a string representation of this object.
|
ListResolverRuleAssociationsResult |
withMaxResults(Integer maxResults)
The value that you specified for
MaxResults in the request. |
ListResolverRuleAssociationsResult |
withNextToken(String nextToken)
If more than
MaxResults rule associations match the specified criteria, you can submit another
ListResolverRuleAssociation request to get the next group of results. |
ListResolverRuleAssociationsResult |
withResolverRuleAssociations(Collection<ResolverRuleAssociation> resolverRuleAssociations)
The associations that were created between resolver rules and VPCs using the current AWS account, and that match
the specified filters, if any.
|
ListResolverRuleAssociationsResult |
withResolverRuleAssociations(ResolverRuleAssociation... resolverRuleAssociations)
The associations that were created between resolver rules and VPCs using the current AWS account, and that match
the specified filters, if any.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNextToken(String nextToken)
If more than MaxResults
rule associations match the specified criteria, you can submit another
ListResolverRuleAssociation
request to get the next group of results. In the next request, specify
the value of NextToken
from the previous response.
nextToken
- If more than MaxResults
rule associations match the specified criteria, you can submit
another ListResolverRuleAssociation
request to get the next group of results. In the next
request, specify the value of NextToken
from the previous response.public String getNextToken()
If more than MaxResults
rule associations match the specified criteria, you can submit another
ListResolverRuleAssociation
request to get the next group of results. In the next request, specify
the value of NextToken
from the previous response.
MaxResults
rule associations match the specified criteria, you can submit
another ListResolverRuleAssociation
request to get the next group of results. In the next
request, specify the value of NextToken
from the previous response.public ListResolverRuleAssociationsResult withNextToken(String nextToken)
If more than MaxResults
rule associations match the specified criteria, you can submit another
ListResolverRuleAssociation
request to get the next group of results. In the next request, specify
the value of NextToken
from the previous response.
nextToken
- If more than MaxResults
rule associations match the specified criteria, you can submit
another ListResolverRuleAssociation
request to get the next group of results. In the next
request, specify the value of NextToken
from the previous response.public void setMaxResults(Integer maxResults)
The value that you specified for MaxResults
in the request.
maxResults
- The value that you specified for MaxResults
in the request.public Integer getMaxResults()
The value that you specified for MaxResults
in the request.
MaxResults
in the request.public ListResolverRuleAssociationsResult withMaxResults(Integer maxResults)
The value that you specified for MaxResults
in the request.
maxResults
- The value that you specified for MaxResults
in the request.public List<ResolverRuleAssociation> getResolverRuleAssociations()
The associations that were created between resolver rules and VPCs using the current AWS account, and that match the specified filters, if any.
public void setResolverRuleAssociations(Collection<ResolverRuleAssociation> resolverRuleAssociations)
The associations that were created between resolver rules and VPCs using the current AWS account, and that match the specified filters, if any.
resolverRuleAssociations
- The associations that were created between resolver rules and VPCs using the current AWS account, and that
match the specified filters, if any.public ListResolverRuleAssociationsResult withResolverRuleAssociations(ResolverRuleAssociation... resolverRuleAssociations)
The associations that were created between resolver rules and VPCs using the current AWS account, and that match the specified filters, if any.
NOTE: This method appends the values to the existing list (if any). Use
setResolverRuleAssociations(java.util.Collection)
or
withResolverRuleAssociations(java.util.Collection)
if you want to override the existing values.
resolverRuleAssociations
- The associations that were created between resolver rules and VPCs using the current AWS account, and that
match the specified filters, if any.public ListResolverRuleAssociationsResult withResolverRuleAssociations(Collection<ResolverRuleAssociation> resolverRuleAssociations)
The associations that were created between resolver rules and VPCs using the current AWS account, and that match the specified filters, if any.
resolverRuleAssociations
- The associations that were created between resolver rules and VPCs using the current AWS account, and that
match the specified filters, if any.public String toString()
toString
in class Object
Object.toString()
public ListResolverRuleAssociationsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.