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