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