@Generated(value="software.amazon.awssdk:codegen") public final class StopDeploymentRequest extends CodeDeployRequest implements ToCopyableBuilder<StopDeploymentRequest.Builder,StopDeploymentRequest>
Represents the input of a StopDeployment operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
StopDeploymentRequest.Builder |
| 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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends StopDeploymentRequest.Builder> |
serializableBuilderClass() |
StopDeploymentRequest.Builder |
toBuilder() |
String |
toString() |
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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 ToCopyableBuilder<StopDeploymentRequest.Builder,StopDeploymentRequest>toBuilder in class CodeDeployRequestpublic static StopDeploymentRequest.Builder builder()
public static Class<? extends StopDeploymentRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.