@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SwitchoverBlueGreenDeploymentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
SwitchoverBlueGreenDeploymentRequest() |
Modifier and Type | Method and Description |
---|---|
SwitchoverBlueGreenDeploymentRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getBlueGreenDeploymentIdentifier()
The blue/green deployment identifier.
|
Integer |
getSwitchoverTimeout()
The amount of time, in seconds, for the switchover to complete.
|
int |
hashCode() |
void |
setBlueGreenDeploymentIdentifier(String blueGreenDeploymentIdentifier)
The blue/green deployment identifier.
|
void |
setSwitchoverTimeout(Integer switchoverTimeout)
The amount of time, in seconds, for the switchover to complete.
|
String |
toString()
Returns a string representation of this object.
|
SwitchoverBlueGreenDeploymentRequest |
withBlueGreenDeploymentIdentifier(String blueGreenDeploymentIdentifier)
The blue/green deployment identifier.
|
SwitchoverBlueGreenDeploymentRequest |
withSwitchoverTimeout(Integer switchoverTimeout)
The amount of time, in seconds, for the switchover to complete.
|
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 SwitchoverBlueGreenDeploymentRequest()
public void setBlueGreenDeploymentIdentifier(String blueGreenDeploymentIdentifier)
The blue/green deployment identifier.
Constraints:
Must match an existing blue/green deployment identifier.
blueGreenDeploymentIdentifier
- The blue/green deployment identifier.
Constraints:
Must match an existing blue/green deployment identifier.
public String getBlueGreenDeploymentIdentifier()
The blue/green deployment identifier.
Constraints:
Must match an existing blue/green deployment identifier.
Constraints:
Must match an existing blue/green deployment identifier.
public SwitchoverBlueGreenDeploymentRequest withBlueGreenDeploymentIdentifier(String blueGreenDeploymentIdentifier)
The blue/green deployment identifier.
Constraints:
Must match an existing blue/green deployment identifier.
blueGreenDeploymentIdentifier
- The blue/green deployment identifier.
Constraints:
Must match an existing blue/green deployment identifier.
public void setSwitchoverTimeout(Integer switchoverTimeout)
The amount of time, in seconds, for the switchover to complete. The default is 300.
If the switchover takes longer than the specified duration, then any changes are rolled back, and no changes are made to the environments.
switchoverTimeout
- The amount of time, in seconds, for the switchover to complete. The default is 300.
If the switchover takes longer than the specified duration, then any changes are rolled back, and no changes are made to the environments.
public Integer getSwitchoverTimeout()
The amount of time, in seconds, for the switchover to complete. The default is 300.
If the switchover takes longer than the specified duration, then any changes are rolled back, and no changes are made to the environments.
If the switchover takes longer than the specified duration, then any changes are rolled back, and no changes are made to the environments.
public SwitchoverBlueGreenDeploymentRequest withSwitchoverTimeout(Integer switchoverTimeout)
The amount of time, in seconds, for the switchover to complete. The default is 300.
If the switchover takes longer than the specified duration, then any changes are rolled back, and no changes are made to the environments.
switchoverTimeout
- The amount of time, in seconds, for the switchover to complete. The default is 300.
If the switchover takes longer than the specified duration, then any changes are rolled back, and no changes are made to the environments.
public String toString()
toString
in class Object
Object.toString()
public SwitchoverBlueGreenDeploymentRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()