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.
|
copyBaseTo, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public 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 Object
Object.toString()
public DeleteHsmRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.