@Generated(value="software.amazon.awssdk:codegen") public class ListDeploymentsResponse extends AmazonWebServiceResult<ResponseMetadata> implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<ListDeploymentsResponse.Builder,ListDeploymentsResponse>
Represents the output of a ListDeployments operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListDeploymentsResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListDeploymentsResponse.Builder |
builder() |
List<String> |
deployments()
A list of deployment IDs.
|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
nextToken()
If a large amount of information is returned, an identifier is also returned.
|
static Class<? extends ListDeploymentsResponse.Builder> |
serializableBuilderClass() |
ListDeploymentsResponse.Builder |
toBuilder() |
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadatapublic List<String> deployments()
A list of deployment 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 deployments call to return the next set of deployments in the list.
public ListDeploymentsResponse.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<ListDeploymentsResponse.Builder,ListDeploymentsResponse>public static ListDeploymentsResponse.Builder builder()
public static Class<? extends ListDeploymentsResponse.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.