@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ContinueDeploymentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ContinueDeploymentRequest() |
Modifier and Type | Method and Description |
---|---|
ContinueDeploymentRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDeploymentId()
The unique ID of a blue/green deployment for which you want to start rerouting traffic to the replacement
environment.
|
String |
getDeploymentWaitType()
The status of the deployment's waiting period.
|
int |
hashCode() |
void |
setDeploymentId(String deploymentId)
The unique ID of a blue/green deployment for which you want to start rerouting traffic to the replacement
environment.
|
void |
setDeploymentWaitType(String deploymentWaitType)
The status of the deployment's waiting period.
|
String |
toString()
Returns a string representation of this object.
|
ContinueDeploymentRequest |
withDeploymentId(String deploymentId)
The unique ID of a blue/green deployment for which you want to start rerouting traffic to the replacement
environment.
|
ContinueDeploymentRequest |
withDeploymentWaitType(DeploymentWaitType deploymentWaitType)
The status of the deployment's waiting period.
|
ContinueDeploymentRequest |
withDeploymentWaitType(String deploymentWaitType)
The status of the deployment's waiting period.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setDeploymentId(String deploymentId)
The unique ID of a blue/green deployment for which you want to start rerouting traffic to the replacement environment.
deploymentId
- The unique ID of a blue/green deployment for which you want to start rerouting traffic to the replacement
environment.public String getDeploymentId()
The unique ID of a blue/green deployment for which you want to start rerouting traffic to the replacement environment.
public ContinueDeploymentRequest withDeploymentId(String deploymentId)
The unique ID of a blue/green deployment for which you want to start rerouting traffic to the replacement environment.
deploymentId
- The unique ID of a blue/green deployment for which you want to start rerouting traffic to the replacement
environment.public void setDeploymentWaitType(String 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.
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.DeploymentWaitType
public String getDeploymentWaitType()
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.
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.DeploymentWaitType
public ContinueDeploymentRequest withDeploymentWaitType(String 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.
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.DeploymentWaitType
public ContinueDeploymentRequest withDeploymentWaitType(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.
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.DeploymentWaitType
public String toString()
toString
in class Object
Object.toString()
public ContinueDeploymentRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()