@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListNamespacesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListNamespacesRequest() |
Modifier and Type | Method and Description |
---|---|
ListNamespacesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<NamespaceFilter> |
getFilters()
A complex type that contains specifications for the namespaces that you want to list.
|
Integer |
getMaxResults()
The maximum number of namespaces that you want Amazon Route 53 to return in the response to a
ListNamespaces request. |
String |
getNextToken()
For the first
ListNamespaces request, omit this value. |
int |
hashCode() |
void |
setFilters(Collection<NamespaceFilter> filters)
A complex type that contains specifications for the namespaces that you want to list.
|
void |
setMaxResults(Integer maxResults)
The maximum number of namespaces that you want Amazon Route 53 to return in the response to a
ListNamespaces request. |
void |
setNextToken(String nextToken)
For the first
ListNamespaces request, omit this value. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListNamespacesRequest |
withFilters(Collection<NamespaceFilter> filters)
A complex type that contains specifications for the namespaces that you want to list.
|
ListNamespacesRequest |
withFilters(NamespaceFilter... filters)
A complex type that contains specifications for the namespaces that you want to list.
|
ListNamespacesRequest |
withMaxResults(Integer maxResults)
The maximum number of namespaces that you want Amazon Route 53 to return in the response to a
ListNamespaces request. |
ListNamespacesRequest |
withNextToken(String nextToken)
For the first
ListNamespaces 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 setNextToken(String nextToken)
For the first ListNamespaces
request, omit this value.
If more than MaxResults
namespaces match the specified criteria, you can submit another
ListNamespaces
request to get the next group of results. Specify the value of NextToken
from the previous response in the next request.
nextToken
- For the first ListNamespaces
request, omit this value.
If more than MaxResults
namespaces match the specified criteria, you can submit another
ListNamespaces
request to get the next group of results. Specify the value of
NextToken
from the previous response in the next request.
public String getNextToken()
For the first ListNamespaces
request, omit this value.
If more than MaxResults
namespaces match the specified criteria, you can submit another
ListNamespaces
request to get the next group of results. Specify the value of NextToken
from the previous response in the next request.
ListNamespaces
request, omit this value.
If more than MaxResults
namespaces match the specified criteria, you can submit another
ListNamespaces
request to get the next group of results. Specify the value of
NextToken
from the previous response in the next request.
public ListNamespacesRequest withNextToken(String nextToken)
For the first ListNamespaces
request, omit this value.
If more than MaxResults
namespaces match the specified criteria, you can submit another
ListNamespaces
request to get the next group of results. Specify the value of NextToken
from the previous response in the next request.
nextToken
- For the first ListNamespaces
request, omit this value.
If more than MaxResults
namespaces match the specified criteria, you can submit another
ListNamespaces
request to get the next group of results. Specify the value of
NextToken
from the previous response in the next request.
public void setMaxResults(Integer maxResults)
The maximum number of namespaces that you want Amazon Route 53 to return in the response to a
ListNamespaces
request. If you don't specify a value for MaxResults
, Amazon Route 53
returns up to 100 namespaces.
maxResults
- The maximum number of namespaces that you want Amazon Route 53 to return in the response to a
ListNamespaces
request. If you don't specify a value for MaxResults
, Amazon
Route 53 returns up to 100 namespaces.public Integer getMaxResults()
The maximum number of namespaces that you want Amazon Route 53 to return in the response to a
ListNamespaces
request. If you don't specify a value for MaxResults
, Amazon Route 53
returns up to 100 namespaces.
ListNamespaces
request. If you don't specify a value for MaxResults
, Amazon
Route 53 returns up to 100 namespaces.public ListNamespacesRequest withMaxResults(Integer maxResults)
The maximum number of namespaces that you want Amazon Route 53 to return in the response to a
ListNamespaces
request. If you don't specify a value for MaxResults
, Amazon Route 53
returns up to 100 namespaces.
maxResults
- The maximum number of namespaces that you want Amazon Route 53 to return in the response to a
ListNamespaces
request. If you don't specify a value for MaxResults
, Amazon
Route 53 returns up to 100 namespaces.public List<NamespaceFilter> getFilters()
A complex type that contains specifications for the namespaces that you want to list.
If you specify more than one filter, an operation must match all filters to be returned by ListNamespaces.
If you specify more than one filter, an operation must match all filters to be returned by ListNamespaces.
public void setFilters(Collection<NamespaceFilter> filters)
A complex type that contains specifications for the namespaces that you want to list.
If you specify more than one filter, an operation must match all filters to be returned by ListNamespaces.
filters
- A complex type that contains specifications for the namespaces that you want to list.
If you specify more than one filter, an operation must match all filters to be returned by ListNamespaces.
public ListNamespacesRequest withFilters(NamespaceFilter... filters)
A complex type that contains specifications for the namespaces that you want to list.
If you specify more than one filter, an operation must match all filters to be returned by ListNamespaces.
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
- A complex type that contains specifications for the namespaces that you want to list.
If you specify more than one filter, an operation must match all filters to be returned by ListNamespaces.
public ListNamespacesRequest withFilters(Collection<NamespaceFilter> filters)
A complex type that contains specifications for the namespaces that you want to list.
If you specify more than one filter, an operation must match all filters to be returned by ListNamespaces.
filters
- A complex type that contains specifications for the namespaces that you want to list.
If you specify more than one filter, an operation must match all filters to be returned by ListNamespaces.
public String toString()
toString
in class Object
Object.toString()
public ListNamespacesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.