Cloneable, ReadLimitInfo, ToCopyableBuilder<DescribeEcsClustersRequest.Builder,DescribeEcsClustersRequest>@Generated("software.amazon.awssdk:codegen") public class DescribeEcsClustersRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeEcsClustersRequest.Builder,DescribeEcsClustersRequest>
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
DescribeEcsClustersRequest.Builder |
NOOP| Modifier and Type | Method | Description |
|---|---|---|
static DescribeEcsClustersRequest.Builder |
builder() |
|
List<String> |
ecsClusterArns() |
A list of ARNs, one for each cluster to be described.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Integer |
maxResults() |
To receive a paginated response, use this parameter to specify the maximum number of results to be returned with
a single call.
|
String |
nextToken() |
If the previous paginated request did not return all of the remaining results, the response object's
NextToken parameter value is set to a token. |
static Class<? extends DescribeEcsClustersRequest.Builder> |
serializableBuilderClass() |
|
String |
stackId() |
A stack ID.
|
DescribeEcsClustersRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic List<String> ecsClusterArns()
A list of ARNs, one for each cluster to be described.
public String stackId()
A stack ID. DescribeEcsClusters returns a description of the cluster that is registered with the
stack.
DescribeEcsClusters returns a description of the cluster that is registered with
the stack.public String nextToken()
If the previous paginated request did not return all of the remaining results, the response object's
NextToken parameter value is set to a token. To retrieve the next set of results, call
DescribeEcsClusters again and assign that token to the request object's NextToken
parameter. If there are no remaining results, the previous response object's NextToken parameter is
set to null.
NextToken parameter value is set to a token. To retrieve the next set of results, call
DescribeEcsClusters again and assign that token to the request object's
NextToken parameter. If there are no remaining results, the previous response object's
NextToken parameter is set to null.public Integer maxResults()
To receive a paginated response, use this parameter to specify the maximum number of results to be returned with
a single call. If the number of available results exceeds this maximum, the response includes a
NextToken value that you can assign to the NextToken request parameter to get the next
set of results.
NextToken value that you can assign to the NextToken request
parameter to get the next set of results.public DescribeEcsClustersRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<DescribeEcsClustersRequest.Builder,DescribeEcsClustersRequest>public static DescribeEcsClustersRequest.Builder builder()
public static Class<? extends DescribeEcsClustersRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.