@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 final String deploymentId()
The unique ID of a blue/green deployment for which you want to start rerouting traffic to the replacement environment.
public final 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 final 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 final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.