ToCopyableBuilder<ListDeploymentInstancesResponse.Builder,ListDeploymentInstancesResponse>
@Generated("software.amazon.awssdk:codegen") public class ListDeploymentInstancesResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListDeploymentInstancesResponse.Builder,ListDeploymentInstancesResponse>
Represents the output of a ListDeploymentInstances operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListDeploymentInstancesResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ListDeploymentInstancesResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<String> |
instancesList() |
A list of instance IDs.
|
String |
nextToken() |
If a large amount of information is returned, an identifier is also returned.
|
static Class<? extends ListDeploymentInstancesResponse.Builder> |
serializableBuilderClass() |
|
ListDeploymentInstancesResponse.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> instancesList()
A list of instance IDs.
public String nextToken()
If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment instances call to return the next set of deployment instances in the list.
public ListDeploymentInstancesResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListDeploymentInstancesResponse.Builder,ListDeploymentInstancesResponse>
public static ListDeploymentInstancesResponse.Builder builder()
public static Class<? extends ListDeploymentInstancesResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.