public class DeleteHsmRequest extends AmazonWebServiceRequest implements Serializable
DeleteHsm operation.
Deletes an HSM. Once complete, this operation cannot be undone and your key material cannot be recovered.
NOOP| Constructor and Description |
|---|
DeleteHsmRequest() |
| Modifier and Type | Method and Description |
|---|---|
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, copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getHsmArn()
Constraints:
Pattern: arn:aws(-iso)?:cloudhsm:[a-zA-Z0-9\-]*:[0-9]{12}:hsm-[0-9a-f]{8}
public void setHsmArn(String hsmArn)
Constraints:
Pattern: arn:aws(-iso)?:cloudhsm:[a-zA-Z0-9\-]*:[0-9]{12}:hsm-[0-9a-f]{8}
hsmArn - The ARN of the HSM to delete.public DeleteHsmRequest withHsmArn(String hsmArn)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: arn:aws(-iso)?:cloudhsm:[a-zA-Z0-9\-]*:[0-9]{12}:hsm-[0-9a-f]{8}
hsmArn - The ARN of the HSM to delete.public String toString()
toString in class ObjectObject.toString()Copyright © 2015. All rights reserved.