Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ListDeploymentGroupsRequest.Builder,ListDeploymentGroupsRequest>
@Generated("software.amazon.awssdk:codegen") public class ListDeploymentGroupsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListDeploymentGroupsRequest.Builder,ListDeploymentGroupsRequest>
Represents the input of a ListDeploymentGroups operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListDeploymentGroupsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
applicationName() |
The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.
|
static ListDeploymentGroupsRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextToken() |
An identifier returned from the previous list deployment groups call.
|
static Class<? extends ListDeploymentGroupsRequest.Builder> |
serializableBuilderClass() |
|
ListDeploymentGroupsRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String applicationName()
The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.
public String nextToken()
An identifier returned from the previous list deployment groups call. It can be used to return the next set of deployment groups in the list.
public ListDeploymentGroupsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListDeploymentGroupsRequest.Builder,ListDeploymentGroupsRequest>
public static ListDeploymentGroupsRequest.Builder builder()
public static Class<? extends ListDeploymentGroupsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.