ToCopyableBuilder<DescribeEcsClustersResponse.Builder,DescribeEcsClustersResponse>@Generated("software.amazon.awssdk:codegen") public class DescribeEcsClustersResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<DescribeEcsClustersResponse.Builder,DescribeEcsClustersResponse>
Contains the response to a DescribeEcsClusters request.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
DescribeEcsClustersResponse.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static DescribeEcsClustersResponse.Builder |
builder() |
|
List<EcsCluster> |
ecsClusters() |
A list of
EcsCluster objects containing the cluster descriptions. |
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextToken() |
If a paginated request does not return all of the remaining results, this parameter is set to a token that you
can assign to the request object's
NextToken parameter to retrieve the next set of results. |
static Class<? extends DescribeEcsClustersResponse.Builder> |
serializableBuilderClass() |
|
DescribeEcsClustersResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadatapublic List<EcsCluster> ecsClusters()
A list of EcsCluster objects containing the cluster descriptions.
EcsCluster objects containing the cluster descriptions.public String nextToken()
If a paginated request does not return all of the remaining results, this parameter is set to a token that you
can assign to the request object's NextToken parameter to retrieve the next set of results. If the
previous paginated request returned all of the remaining results, this parameter is set to null.
NextToken parameter to retrieve the next set of
results. If the previous paginated request returned all of the remaining results, this parameter is set
to null.public DescribeEcsClustersResponse.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<DescribeEcsClustersResponse.Builder,DescribeEcsClustersResponse>public static DescribeEcsClustersResponse.Builder builder()
public static Class<? extends DescribeEcsClustersResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.