@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; useful for testing and debugging.
|
DeleteHsmResult |
withStatus(String status)
The status of the operation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 Object
Object.toString()
public DeleteHsmResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.