@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListResolverRulesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListResolverRulesResult() |
Modifier and Type | Method and Description |
---|---|
ListResolverRulesResult |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The value that you specified for
MaxResults in the request. |
String |
getNextToken()
If more than
MaxResults Resolver rules match the specified criteria, you can submit another
ListResolverRules request to get the next group of results. |
List<ResolverRule> |
getResolverRules()
The Resolver rules that were created using the current Amazon Web Services 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 Resolver rules match the specified criteria, you can submit another
ListResolverRules request to get the next group of results. |
void |
setResolverRules(Collection<ResolverRule> resolverRules)
The Resolver rules that were created using the current Amazon Web Services account and that match the specified
filters, if any.
|
String |
toString()
Returns a string representation of this object.
|
ListResolverRulesResult |
withMaxResults(Integer maxResults)
The value that you specified for
MaxResults in the request. |
ListResolverRulesResult |
withNextToken(String nextToken)
If more than
MaxResults Resolver rules match the specified criteria, you can submit another
ListResolverRules request to get the next group of results. |
ListResolverRulesResult |
withResolverRules(Collection<ResolverRule> resolverRules)
The Resolver rules that were created using the current Amazon Web Services account and that match the specified
filters, if any.
|
ListResolverRulesResult |
withResolverRules(ResolverRule... resolverRules)
The Resolver rules that were created using the current Amazon Web Services account and that match the specified
filters, if any.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNextToken(String nextToken)
If more than MaxResults
Resolver rules match the specified criteria, you can submit another
ListResolverRules
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
Resolver rules match the specified criteria, you can submit another
ListResolverRules
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
Resolver rules match the specified criteria, you can submit another
ListResolverRules
request to get the next group of results. In the next request, specify the value
of NextToken
from the previous response.
MaxResults
Resolver rules match the specified criteria, you can submit another
ListResolverRules
request to get the next group of results. In the next request, specify the
value of NextToken
from the previous response.public ListResolverRulesResult withNextToken(String nextToken)
If more than MaxResults
Resolver rules match the specified criteria, you can submit another
ListResolverRules
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
Resolver rules match the specified criteria, you can submit another
ListResolverRules
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 ListResolverRulesResult 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<ResolverRule> getResolverRules()
The Resolver rules that were created using the current Amazon Web Services account and that match the specified filters, if any.
public void setResolverRules(Collection<ResolverRule> resolverRules)
The Resolver rules that were created using the current Amazon Web Services account and that match the specified filters, if any.
resolverRules
- The Resolver rules that were created using the current Amazon Web Services account and that match the
specified filters, if any.public ListResolverRulesResult withResolverRules(ResolverRule... resolverRules)
The Resolver rules that were created using the current Amazon Web Services account and that match the specified filters, if any.
NOTE: This method appends the values to the existing list (if any). Use
setResolverRules(java.util.Collection)
or withResolverRules(java.util.Collection)
if you want
to override the existing values.
resolverRules
- The Resolver rules that were created using the current Amazon Web Services account and that match the
specified filters, if any.public ListResolverRulesResult withResolverRules(Collection<ResolverRule> resolverRules)
The Resolver rules that were created using the current Amazon Web Services account and that match the specified filters, if any.
resolverRules
- The Resolver rules that were created using the current Amazon Web Services account and that match the
specified filters, if any.public String toString()
toString
in class Object
Object.toString()
public ListResolverRulesResult clone()