@Generated(value="software.amazon.awssdk:codegen") public class ListDeploymentGroupsRequest extends AmazonWebServiceRequest implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<ListDeploymentGroupsRequest.Builder,ListDeploymentGroupsRequest>
Represents the input of a ListDeploymentGroups operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListDeploymentGroupsRequest.Builder |
NOOP| Modifier and Type | Method and 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() |
String |
toString() |
clone, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic 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()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<ListDeploymentGroupsRequest.Builder,ListDeploymentGroupsRequest>public static ListDeploymentGroupsRequest.Builder builder()
public static Class<? extends ListDeploymentGroupsRequest.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.