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