ToCopyableBuilder<ListInstancesResponse.Builder,ListInstancesResponse>
@Generated("software.amazon.awssdk:codegen") public class ListInstancesResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListInstancesResponse.Builder,ListInstancesResponse>
This output contains the list of instances.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListInstancesResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ListInstancesResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<Instance> |
instances() |
The list of instances for the cluster and given filters.
|
String |
marker() |
The pagination token that indicates the next set of results to retrieve.
|
static Class<? extends ListInstancesResponse.Builder> |
serializableBuilderClass() |
|
ListInstancesResponse.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<Instance> instances()
The list of instances for the cluster and given filters.
public String marker()
The pagination token that indicates the next set of results to retrieve.
public ListInstancesResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListInstancesResponse.Builder,ListInstancesResponse>
public static ListInstancesResponse.Builder builder()
public static Class<? extends ListInstancesResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.