ToCopyableBuilder<ListDeploymentsResponse.Builder,ListDeploymentsResponse>
@Generated("software.amazon.awssdk:codegen") public class ListDeploymentsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListDeploymentsResponse.Builder,ListDeploymentsResponse>
Represents the output of a ListDeployments operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListDeploymentsResponse.Builder |
Modifier and Type | Method | 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() |
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> 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListDeploymentsResponse.Builder,ListDeploymentsResponse>
public static ListDeploymentsResponse.Builder builder()
public static Class<? extends ListDeploymentsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.