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