ToCopyableBuilder<ListDeploymentsResponse.Builder,ListDeploymentsResponse>
@Generated("software.amazon.awssdk:codegen") public class ListDeploymentsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListDeploymentsResponse.Builder,ListDeploymentsResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListDeploymentsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ListDeploymentsResponse.Builder |
builder() |
|
List<Deployment> |
deployments() |
Information on deployments
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextToken() |
The token for the next set of results, or ''null'' if there are no additional results.
|
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<Deployment> deployments()
public String nextToken()
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.