public class DeleteHsmRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Contains the inputs for the DeleteHsm action.
NOOP| Constructor and Description |
|---|
DeleteHsmRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteHsmRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getHsmArn()
The ARN of the HSM to delete.
|
int |
hashCode() |
void |
setHsmArn(String hsmArn)
The ARN of the HSM to delete.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteHsmRequest |
withHsmArn(String hsmArn)
The ARN of the HSM to delete.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setHsmArn(String hsmArn)
The ARN of the HSM to delete.
hsmArn - The ARN of the HSM to delete.public String getHsmArn()
The ARN of the HSM to delete.
public DeleteHsmRequest withHsmArn(String hsmArn)
The ARN of the HSM to delete.
hsmArn - The ARN of the HSM to delete.public String toString()
toString in class ObjectObject.toString()public DeleteHsmRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.