Class ContinueDeploymentRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.codedeploy.model.CodeDeployRequest
-
- software.amazon.awssdk.services.codedeploy.model.ContinueDeploymentRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ContinueDeploymentRequest.Builder,ContinueDeploymentRequest>
@Generated("software.amazon.awssdk:codegen") public final class ContinueDeploymentRequest extends CodeDeployRequest implements ToCopyableBuilder<ContinueDeploymentRequest.Builder,ContinueDeploymentRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceContinueDeploymentRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ContinueDeploymentRequest.Builderbuilder()StringdeploymentId()The unique ID of a blue/green deployment for which you want to start rerouting traffic to the replacement environment.DeploymentWaitTypedeploymentWaitType()The status of the deployment's waiting period.StringdeploymentWaitTypeAsString()The status of the deployment's waiting period.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends ContinueDeploymentRequest.Builder>serializableBuilderClass()ContinueDeploymentRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
deploymentId
public final String deploymentId()
The unique ID of a blue/green deployment for which you want to start rerouting traffic to the replacement environment.
- Returns:
- The unique ID of a blue/green deployment for which you want to start rerouting traffic to the replacement environment.
-
deploymentWaitType
public final DeploymentWaitType deploymentWaitType()
The status of the deployment's waiting period.
READY_WAITindicates that the deployment is ready to start shifting traffic.TERMINATION_WAITindicates 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,
deploymentWaitTypewill returnDeploymentWaitType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdeploymentWaitTypeAsString().- Returns:
- The status of the deployment's waiting period.
READY_WAITindicates that the deployment is ready to start shifting traffic.TERMINATION_WAITindicates that the traffic is shifted, but the original target is not terminated. - See Also:
DeploymentWaitType
-
deploymentWaitTypeAsString
public final String deploymentWaitTypeAsString()
The status of the deployment's waiting period.
READY_WAITindicates that the deployment is ready to start shifting traffic.TERMINATION_WAITindicates 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,
deploymentWaitTypewill returnDeploymentWaitType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdeploymentWaitTypeAsString().- Returns:
- The status of the deployment's waiting period.
READY_WAITindicates that the deployment is ready to start shifting traffic.TERMINATION_WAITindicates that the traffic is shifted, but the original target is not terminated. - See Also:
DeploymentWaitType
-
toBuilder
public ContinueDeploymentRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ContinueDeploymentRequest.Builder,ContinueDeploymentRequest>- Specified by:
toBuilderin classCodeDeployRequest
-
builder
public static ContinueDeploymentRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ContinueDeploymentRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-