ToCopyableBuilder<ListDeploymentGroupsResponse.Builder,ListDeploymentGroupsResponse>
@Generated("software.amazon.awssdk:codegen") public class ListDeploymentGroupsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListDeploymentGroupsResponse.Builder,ListDeploymentGroupsResponse>
Represents the output of a ListDeploymentGroups operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListDeploymentGroupsResponse.Builder |
Modifier and Type | Method | 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() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListDeploymentGroupsResponse.Builder,ListDeploymentGroupsResponse>
public static ListDeploymentGroupsResponse.Builder builder()
public static Class<? extends ListDeploymentGroupsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.