Cloneable
, ReadLimitInfo
, ToCopyableBuilder<GetDeploymentRequest.Builder,GetDeploymentRequest>
@Generated("software.amazon.awssdk:codegen") public class GetDeploymentRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<GetDeploymentRequest.Builder,GetDeploymentRequest>
Represents the input of a GetDeployment operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetDeploymentRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static GetDeploymentRequest.Builder |
builder() |
|
String |
deploymentId() |
A deployment ID associated with the applicable IAM user or AWS account.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends GetDeploymentRequest.Builder> |
serializableBuilderClass() |
|
GetDeploymentRequest.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 deploymentId()
A deployment ID associated with the applicable IAM user or AWS account.
public GetDeploymentRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetDeploymentRequest.Builder,GetDeploymentRequest>
public static GetDeploymentRequest.Builder builder()
public static Class<? extends GetDeploymentRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.