Cloneable
, ReadLimitInfo
, ToCopyableBuilder<StopDeploymentRequest.Builder,StopDeploymentRequest>
@Generated("software.amazon.awssdk:codegen") public class StopDeploymentRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<StopDeploymentRequest.Builder,StopDeploymentRequest>
Represents the input of a StopDeployment operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
StopDeploymentRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
Boolean |
autoRollbackEnabled() |
Indicates, when a deployment is stopped, whether instances that have been updated should be rolled back to the
previous version of the application revision.
|
static StopDeploymentRequest.Builder |
builder() |
|
String |
deploymentId() |
The unique ID of a deployment.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends StopDeploymentRequest.Builder> |
serializableBuilderClass() |
|
StopDeploymentRequest.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()
The unique ID of a deployment.
public Boolean autoRollbackEnabled()
Indicates, when a deployment is stopped, whether instances that have been updated should be rolled back to the previous version of the application revision.
public StopDeploymentRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<StopDeploymentRequest.Builder,StopDeploymentRequest>
public static StopDeploymentRequest.Builder builder()
public static Class<? extends StopDeploymentRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.