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