@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, setSdkResponseMetadata
public void setStatus(String status)
The status of the deployment.
status
- The status of the deployment.DeploymentStatus
public String getStatus()
The status of the deployment.
DeploymentStatus
public DeleteDeploymentResult withStatus(String status)
The status of the deployment.
status
- The status of the deployment.DeploymentStatus
public DeleteDeploymentResult withStatus(DeploymentStatus status)
The status of the deployment.
status
- The status of the deployment.DeploymentStatus
public 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 Object
Object.toString()
public DeleteDeploymentResult clone()