@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 Cloud Map 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 Cloud Map 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.
|
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 Cloud Map 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 the response contains NextToken
, submit another ListNamespaces
request to get the
next group of results. Specify the value of NextToken
from the previous response in the next
request.
Cloud Map gets MaxResults
namespaces and then filters them based on the specified criteria. It's
possible that no namespaces in the first MaxResults
namespaces matched the specified criteria but
that subsequent groups of MaxResults
namespaces do contain namespaces that match the criteria.
nextToken
- For the first ListNamespaces
request, omit this value.
If the response contains NextToken
, submit another ListNamespaces
request to get
the next group of results. Specify the value of NextToken
from the previous response in the
next request.
Cloud Map gets MaxResults
namespaces and then filters them based on the specified criteria.
It's possible that no namespaces in the first MaxResults
namespaces matched the specified
criteria but that subsequent groups of MaxResults
namespaces do contain namespaces that match
the criteria.
public String getNextToken()
For the first ListNamespaces
request, omit this value.
If the response contains NextToken
, submit another ListNamespaces
request to get the
next group of results. Specify the value of NextToken
from the previous response in the next
request.
Cloud Map gets MaxResults
namespaces and then filters them based on the specified criteria. It's
possible that no namespaces in the first MaxResults
namespaces matched the specified criteria but
that subsequent groups of MaxResults
namespaces do contain namespaces that match the criteria.
ListNamespaces
request, omit this value.
If the response contains NextToken
, submit another ListNamespaces
request to
get the next group of results. Specify the value of NextToken
from the previous response in
the next request.
Cloud Map gets MaxResults
namespaces and then filters them based on the specified criteria.
It's possible that no namespaces in the first MaxResults
namespaces matched the specified
criteria but that subsequent groups of MaxResults
namespaces do contain namespaces that
match the criteria.
public ListNamespacesRequest withNextToken(String nextToken)
For the first ListNamespaces
request, omit this value.
If the response contains NextToken
, submit another ListNamespaces
request to get the
next group of results. Specify the value of NextToken
from the previous response in the next
request.
Cloud Map gets MaxResults
namespaces and then filters them based on the specified criteria. It's
possible that no namespaces in the first MaxResults
namespaces matched the specified criteria but
that subsequent groups of MaxResults
namespaces do contain namespaces that match the criteria.
nextToken
- For the first ListNamespaces
request, omit this value.
If the response contains NextToken
, submit another ListNamespaces
request to get
the next group of results. Specify the value of NextToken
from the previous response in the
next request.
Cloud Map gets MaxResults
namespaces and then filters them based on the specified criteria.
It's possible that no namespaces in the first MaxResults
namespaces matched the specified
criteria but that subsequent groups of MaxResults
namespaces do contain namespaces that match
the criteria.
public void setMaxResults(Integer maxResults)
The maximum number of namespaces that you want Cloud Map to return in the response to a
ListNamespaces
request. If you don't specify a value for MaxResults
, Cloud Map returns
up to 100 namespaces.
maxResults
- The maximum number of namespaces that you want Cloud Map to return in the response to a
ListNamespaces
request. If you don't specify a value for MaxResults
, Cloud Map
returns up to 100 namespaces.public Integer getMaxResults()
The maximum number of namespaces that you want Cloud Map to return in the response to a
ListNamespaces
request. If you don't specify a value for MaxResults
, Cloud Map returns
up to 100 namespaces.
ListNamespaces
request. If you don't specify a value for MaxResults
, Cloud Map
returns up to 100 namespaces.public ListNamespacesRequest withMaxResults(Integer maxResults)
The maximum number of namespaces that you want Cloud Map to return in the response to a
ListNamespaces
request. If you don't specify a value for MaxResults
, Cloud Map returns
up to 100 namespaces.
maxResults
- The maximum number of namespaces that you want Cloud Map to return in the response to a
ListNamespaces
request. If you don't specify a value for MaxResults
, Cloud Map
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, a namespace must match all filters to be returned by
ListNamespaces
.
If you specify more than one filter, a namespace 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, a namespace 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, a namespace 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, a namespace 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, a namespace 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, a namespace 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, a namespace 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()