@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeClustersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeClustersRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeClustersRequest |
addFiltersEntry(String key,
List<String> value) |
DescribeClustersRequest |
clearFiltersEntries()
Removes all the entries added into Filters.
|
DescribeClustersRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Map<String,List<String>> |
getFilters()
One or more filters to limit the items returned in the response.
|
Integer |
getMaxResults()
The maximum number of clusters to return in the response.
|
String |
getNextToken()
The
NextToken value that you received in the previous response. |
int |
hashCode() |
void |
setFilters(Map<String,List<String>> filters)
One or more filters to limit the items returned in the response.
|
void |
setMaxResults(Integer maxResults)
The maximum number of clusters to return in the response.
|
void |
setNextToken(String nextToken)
The
NextToken value that you received in the previous response. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeClustersRequest |
withFilters(Map<String,List<String>> filters)
One or more filters to limit the items returned in the response.
|
DescribeClustersRequest |
withMaxResults(Integer maxResults)
The maximum number of clusters to return in the response.
|
DescribeClustersRequest |
withNextToken(String nextToken)
The
NextToken value that you received in the previous response. |
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 Map<String,List<String>> getFilters()
One or more filters to limit the items returned in the response.
Use the clusterIds
filter to return only the specified clusters. Specify clusters by their cluster
identifier (ID).
Use the vpcIds
filter to return only the clusters in the specified virtual private clouds (VPCs).
Specify VPCs by their VPC identifier (ID).
Use the states
filter to return only clusters that match the specified state.
Use the clusterIds
filter to return only the specified clusters. Specify clusters by their
cluster identifier (ID).
Use the vpcIds
filter to return only the clusters in the specified virtual private clouds
(VPCs). Specify VPCs by their VPC identifier (ID).
Use the states
filter to return only clusters that match the specified state.
public void setFilters(Map<String,List<String>> filters)
One or more filters to limit the items returned in the response.
Use the clusterIds
filter to return only the specified clusters. Specify clusters by their cluster
identifier (ID).
Use the vpcIds
filter to return only the clusters in the specified virtual private clouds (VPCs).
Specify VPCs by their VPC identifier (ID).
Use the states
filter to return only clusters that match the specified state.
filters
- One or more filters to limit the items returned in the response.
Use the clusterIds
filter to return only the specified clusters. Specify clusters by their
cluster identifier (ID).
Use the vpcIds
filter to return only the clusters in the specified virtual private clouds
(VPCs). Specify VPCs by their VPC identifier (ID).
Use the states
filter to return only clusters that match the specified state.
public DescribeClustersRequest withFilters(Map<String,List<String>> filters)
One or more filters to limit the items returned in the response.
Use the clusterIds
filter to return only the specified clusters. Specify clusters by their cluster
identifier (ID).
Use the vpcIds
filter to return only the clusters in the specified virtual private clouds (VPCs).
Specify VPCs by their VPC identifier (ID).
Use the states
filter to return only clusters that match the specified state.
filters
- One or more filters to limit the items returned in the response.
Use the clusterIds
filter to return only the specified clusters. Specify clusters by their
cluster identifier (ID).
Use the vpcIds
filter to return only the clusters in the specified virtual private clouds
(VPCs). Specify VPCs by their VPC identifier (ID).
Use the states
filter to return only clusters that match the specified state.
public DescribeClustersRequest addFiltersEntry(String key, List<String> value)
public DescribeClustersRequest clearFiltersEntries()
public void setNextToken(String nextToken)
The NextToken
value that you received in the previous response. Use this value to get more clusters.
nextToken
- The NextToken
value that you received in the previous response. Use this value to get more
clusters.public String getNextToken()
The NextToken
value that you received in the previous response. Use this value to get more clusters.
NextToken
value that you received in the previous response. Use this value to get more
clusters.public DescribeClustersRequest withNextToken(String nextToken)
The NextToken
value that you received in the previous response. Use this value to get more clusters.
nextToken
- The NextToken
value that you received in the previous response. Use this value to get more
clusters.public void setMaxResults(Integer maxResults)
The maximum number of clusters to return in the response. When there are more clusters than the number you
specify, the response contains a NextToken
value.
maxResults
- The maximum number of clusters to return in the response. When there are more clusters than the number you
specify, the response contains a NextToken
value.public Integer getMaxResults()
The maximum number of clusters to return in the response. When there are more clusters than the number you
specify, the response contains a NextToken
value.
NextToken
value.public DescribeClustersRequest withMaxResults(Integer maxResults)
The maximum number of clusters to return in the response. When there are more clusters than the number you
specify, the response contains a NextToken
value.
maxResults
- The maximum number of clusters to return in the response. When there are more clusters than the number you
specify, the response contains a NextToken
value.public String toString()
toString
in class Object
Object.toString()
public DescribeClustersRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.