@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteDeploymentResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DeleteDeploymentResult() |
| Modifier and Type | Method and Description |
|---|---|
DeleteDeploymentResult |
clone() |
boolean |
equals(Object obj) |
String |
getStatus()
The status of the deployment.
|
String |
getStatusReason()
The reason for the deployment status.
|
int |
hashCode() |
void |
setStatus(String status)
The status of the deployment.
|
void |
setStatusReason(String statusReason)
The reason for the deployment status.
|
String |
toString()
Returns a string representation of this object.
|
DeleteDeploymentResult |
withStatus(DeploymentStatus status)
The status of the deployment.
|
DeleteDeploymentResult |
withStatus(String status)
The status of the deployment.
|
DeleteDeploymentResult |
withStatusReason(String statusReason)
The reason for the deployment status.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setStatus(String status)
The status of the deployment.
status - The status of the deployment.DeploymentStatuspublic String getStatus()
The status of the deployment.
DeploymentStatuspublic DeleteDeploymentResult withStatus(String status)
The status of the deployment.
status - The status of the deployment.DeploymentStatuspublic DeleteDeploymentResult withStatus(DeploymentStatus status)
The status of the deployment.
status - The status of the deployment.DeploymentStatuspublic void setStatusReason(String statusReason)
The reason for the deployment status.
statusReason - The reason for the deployment status.public String getStatusReason()
The reason for the deployment status.
public DeleteDeploymentResult withStatusReason(String statusReason)
The reason for the deployment status.
statusReason - The reason for the deployment status.public String toString()
toString in class ObjectObject.toString()public DeleteDeploymentResult clone()