@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteHsmResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DeleteHsmResult() |
| Modifier and Type | Method and Description |
|---|---|
DeleteHsmResult |
clone() |
boolean |
equals(Object obj) |
String |
getHsmId()
The identifier (ID) of the HSM that was deleted.
|
int |
hashCode() |
void |
setHsmId(String hsmId)
The identifier (ID) of the HSM that was deleted.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteHsmResult |
withHsmId(String hsmId)
The identifier (ID) of the HSM that was deleted.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setHsmId(String hsmId)
The identifier (ID) of the HSM that was deleted.
hsmId - The identifier (ID) of the HSM that was deleted.public String getHsmId()
The identifier (ID) of the HSM that was deleted.
public DeleteHsmResult withHsmId(String hsmId)
The identifier (ID) of the HSM that was deleted.
hsmId - The identifier (ID) of the HSM that was deleted.public String toString()
toString in class ObjectObject.toString()public DeleteHsmResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.