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