ToCopyableBuilder<ListDeploymentConfigsResponse.Builder,ListDeploymentConfigsResponse>
@Generated("software.amazon.awssdk:codegen") public class ListDeploymentConfigsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListDeploymentConfigsResponse.Builder,ListDeploymentConfigsResponse>
Represents the output of a ListDeploymentConfigs operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListDeploymentConfigsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ListDeploymentConfigsResponse.Builder |
builder() |
|
List<String> |
deploymentConfigsList() |
A list of deployment configurations, including built-in configurations such as CodeDeployDefault.OneAtATime.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextToken() |
If a large amount of information is returned, an identifier is also returned.
|
static Class<? extends ListDeploymentConfigsResponse.Builder> |
serializableBuilderClass() |
|
ListDeploymentConfigsResponse.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> deploymentConfigsList()
A list of deployment configurations, including built-in configurations such as CodeDeployDefault.OneAtATime.
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 configurations call to return the next set of deployment configurations in the list.
public ListDeploymentConfigsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListDeploymentConfigsResponse.Builder,ListDeploymentConfigsResponse>
public static ListDeploymentConfigsResponse.Builder builder()
public static Class<? extends ListDeploymentConfigsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.