ToCopyableBuilder<ListContainerInstancesResponse.Builder,ListContainerInstancesResponse>
@Generated("software.amazon.awssdk:codegen") public class ListContainerInstancesResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListContainerInstancesResponse.Builder,ListContainerInstancesResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListContainerInstancesResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ListContainerInstancesResponse.Builder |
builder() |
|
List<String> |
containerInstanceArns() |
The list of container instances with full Amazon Resource Name (ARN) entries for each container instance
associated with the specified cluster.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextToken() |
The
nextToken value to include in a future ListContainerInstances request. |
static Class<? extends ListContainerInstancesResponse.Builder> |
serializableBuilderClass() |
|
ListContainerInstancesResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public List<String> containerInstanceArns()
The list of container instances with full Amazon Resource Name (ARN) entries for each container instance associated with the specified cluster.
public String nextToken()
The nextToken
value to include in a future ListContainerInstances
request. When the
results of a ListContainerInstances
request exceed maxResults
, this value can be used
to retrieve the next page of results. This value is null
when there are no more results to return.
nextToken
value to include in a future ListContainerInstances
request. When
the results of a ListContainerInstances
request exceed maxResults
, this value
can be used to retrieve the next page of results. This value is null
when there are no more
results to return.public ListContainerInstancesResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListContainerInstancesResponse.Builder,ListContainerInstancesResponse>
public static ListContainerInstancesResponse.Builder builder()
public static Class<? extends ListContainerInstancesResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.