@Generated(value="software.amazon.awssdk:codegen") public class StopDeploymentRequest extends AmazonWebServiceRequest implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<StopDeploymentRequest.Builder,StopDeploymentRequest>
Represents the input of a StopDeployment operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
StopDeploymentRequest.Builder |
NOOP| Modifier and Type | Method and 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() |
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()
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()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<StopDeploymentRequest.Builder,StopDeploymentRequest>public static StopDeploymentRequest.Builder builder()
public static Class<? extends StopDeploymentRequest.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.