@Generated(value="software.amazon.awssdk:codegen") public class GetDeploymentRequest extends AmazonWebServiceRequest implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<GetDeploymentRequest.Builder,GetDeploymentRequest>
Represents the input of a GetDeployment operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetDeploymentRequest.Builder |
NOOP| Modifier and Type | Method and 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() |
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 deploymentId()
A deployment ID associated with the applicable IAM user or AWS account.
public GetDeploymentRequest.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<GetDeploymentRequest.Builder,GetDeploymentRequest>public static GetDeploymentRequest.Builder builder()
public static Class<? extends GetDeploymentRequest.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.