@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() |
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, copyBaseTo, 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, withSdkRequestTimeoutpublic 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.
deleteTarget - A value that indicates whether to delete the resources in the green environment.public Boolean getDeleteTarget()
A value that indicates whether to delete the resources in the green environment.
public DeleteBlueGreenDeploymentRequest withDeleteTarget(Boolean deleteTarget)
A value that indicates whether to delete the resources in the green environment.
deleteTarget - A value that indicates whether to delete the resources in the green environment.public Boolean isDeleteTarget()
A value that indicates whether to delete the resources in the green environment.
public String toString()
toString in class ObjectObject.toString()public DeleteBlueGreenDeploymentRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.