@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteBlueGreenDeploymentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteBlueGreenDeploymentRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteBlueGreenDeploymentRequest |
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 of the deployment to be deleted.
|
Boolean |
getDeleteTarget()
A value that indicates whether to delete the resources in the green environment.
|
int |
hashCode() |
Boolean |
isDeleteTarget()
A value that indicates whether to delete the resources in the green environment.
|
void |
setBlueGreenDeploymentIdentifier(String blueGreenDeploymentIdentifier)
The blue/green deployment identifier of the deployment to be deleted.
|
void |
setDeleteTarget(Boolean deleteTarget)
A value that indicates whether to delete the resources in the green environment.
|
String |
toString()
Returns a string representation of this object.
|
DeleteBlueGreenDeploymentRequest |
withBlueGreenDeploymentIdentifier(String blueGreenDeploymentIdentifier)
The blue/green deployment identifier of the deployment to be deleted.
|
DeleteBlueGreenDeploymentRequest |
withDeleteTarget(Boolean deleteTarget)
A value that indicates whether to delete the resources in the green environment.
|
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 setBlueGreenDeploymentIdentifier(String blueGreenDeploymentIdentifier)
The blue/green deployment identifier of the deployment to be deleted. This parameter isn't case-sensitive.
Constraints:
Must match an existing blue/green deployment identifier.
blueGreenDeploymentIdentifier
- The blue/green deployment identifier of the deployment to be deleted. This parameter isn't
case-sensitive.
Constraints:
Must match an existing blue/green deployment identifier.
public String getBlueGreenDeploymentIdentifier()
The blue/green deployment identifier of the deployment to be deleted. This parameter isn't case-sensitive.
Constraints:
Must match an existing blue/green deployment identifier.
Constraints:
Must match an existing blue/green deployment identifier.
public DeleteBlueGreenDeploymentRequest withBlueGreenDeploymentIdentifier(String blueGreenDeploymentIdentifier)
The blue/green deployment identifier of the deployment to be deleted. This parameter isn't case-sensitive.
Constraints:
Must match an existing blue/green deployment identifier.
blueGreenDeploymentIdentifier
- The blue/green deployment identifier of the deployment to be deleted. This parameter isn't
case-sensitive.
Constraints:
Must match an existing blue/green deployment identifier.
public void setDeleteTarget(Boolean deleteTarget)
A value that indicates whether to delete the resources in the green environment. You can't specify this option if
the blue/green deployment status is
SWITCHOVER_COMPLETED
.
deleteTarget
- A value that indicates whether to delete the resources in the green environment. You can't specify this
option if the blue/green deployment status
is SWITCHOVER_COMPLETED
.public Boolean getDeleteTarget()
A value that indicates whether to delete the resources in the green environment. You can't specify this option if
the blue/green deployment status is
SWITCHOVER_COMPLETED
.
SWITCHOVER_COMPLETED
.public DeleteBlueGreenDeploymentRequest withDeleteTarget(Boolean deleteTarget)
A value that indicates whether to delete the resources in the green environment. You can't specify this option if
the blue/green deployment status is
SWITCHOVER_COMPLETED
.
deleteTarget
- A value that indicates whether to delete the resources in the green environment. You can't specify this
option if the blue/green deployment status
is SWITCHOVER_COMPLETED
.public Boolean isDeleteTarget()
A value that indicates whether to delete the resources in the green environment. You can't specify this option if
the blue/green deployment status is
SWITCHOVER_COMPLETED
.
SWITCHOVER_COMPLETED
.public String toString()
toString
in class Object
Object.toString()
public DeleteBlueGreenDeploymentRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()