@Generated(value="software.amazon.awssdk:codegen") public class ListDeploymentInstancesResponse extends AmazonWebServiceResult<ResponseMetadata> implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<ListDeploymentInstancesResponse.Builder,ListDeploymentInstancesResponse>
Represents the output of a ListDeploymentInstances operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListDeploymentInstancesResponse.Builder |
| Modifier and Type | Method and 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() |
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadatapublic 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()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<ListDeploymentInstancesResponse.Builder,ListDeploymentInstancesResponse>public static ListDeploymentInstancesResponse.Builder builder()
public static Class<? extends ListDeploymentInstancesResponse.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.