Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DeleteDeploymentGroupRequest.Builder,DeleteDeploymentGroupRequest>
@Generated("software.amazon.awssdk:codegen") public class DeleteDeploymentGroupRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DeleteDeploymentGroupRequest.Builder,DeleteDeploymentGroupRequest>
Represents the input of a DeleteDeploymentGroup operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DeleteDeploymentGroupRequest.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 DeleteDeploymentGroupRequest.Builder |
builder() |
|
String |
deploymentGroupName() |
The name of an existing deployment group for the specified application.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends DeleteDeploymentGroupRequest.Builder> |
serializableBuilderClass() |
|
DeleteDeploymentGroupRequest.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 deploymentGroupName()
The name of an existing deployment group for the specified application.
public DeleteDeploymentGroupRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DeleteDeploymentGroupRequest.Builder,DeleteDeploymentGroupRequest>
public static DeleteDeploymentGroupRequest.Builder builder()
public static Class<? extends DeleteDeploymentGroupRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.