@Generated(value="software.amazon.awssdk:codegen") public final class ContinueDeploymentRequest extends CodeDeployRequest implements ToCopyableBuilder<ContinueDeploymentRequest.Builder,ContinueDeploymentRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ContinueDeploymentRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ContinueDeploymentRequest.Builder |
builder() |
String |
deploymentId()
The unique ID of a blue/green deployment for which you want to start rerouting traffic to the replacement
environment.
|
DeploymentWaitType |
deploymentWaitType()
The status of the deployment's waiting period.
|
String |
deploymentWaitTypeAsString()
The status of the deployment's waiting period.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ContinueDeploymentRequest.Builder> |
serializableBuilderClass() |
ContinueDeploymentRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String deploymentId()
The unique ID of a blue/green deployment for which you want to start rerouting traffic to the replacement environment.
public DeploymentWaitType deploymentWaitType()
The status of the deployment's waiting period. READY_WAIT indicates that the deployment is ready to
start shifting traffic. TERMINATION_WAIT indicates that the traffic is shifted, but the original
target is not terminated.
If the service returns an enum value that is not available in the current SDK version,
deploymentWaitType will return DeploymentWaitType.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from deploymentWaitTypeAsString().
READY_WAIT indicates that the deployment is
ready to start shifting traffic. TERMINATION_WAIT indicates that the traffic is shifted, but
the original target is not terminated.DeploymentWaitTypepublic String deploymentWaitTypeAsString()
The status of the deployment's waiting period. READY_WAIT indicates that the deployment is ready to
start shifting traffic. TERMINATION_WAIT indicates that the traffic is shifted, but the original
target is not terminated.
If the service returns an enum value that is not available in the current SDK version,
deploymentWaitType will return DeploymentWaitType.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from deploymentWaitTypeAsString().
READY_WAIT indicates that the deployment is
ready to start shifting traffic. TERMINATION_WAIT indicates that the traffic is shifted, but
the original target is not terminated.DeploymentWaitTypepublic ContinueDeploymentRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ContinueDeploymentRequest.Builder,ContinueDeploymentRequest>toBuilder in class CodeDeployRequestpublic static ContinueDeploymentRequest.Builder builder()
public static Class<? extends ContinueDeploymentRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.