public class DeleteHsmConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DeleteHsmConfiguration operation
.
Deletes the specified Amazon Redshift HSM configuration.
NOOP
Constructor and Description |
---|
DeleteHsmConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteHsmConfigurationRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getHsmConfigurationIdentifier()
The identifier of the Amazon Redshift HSM configuration to be deleted.
|
int |
hashCode() |
void |
setHsmConfigurationIdentifier(String hsmConfigurationIdentifier)
The identifier of the Amazon Redshift HSM configuration to be deleted.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteHsmConfigurationRequest |
withHsmConfigurationIdentifier(String hsmConfigurationIdentifier)
The identifier of the Amazon Redshift HSM configuration to be deleted.
|
copyBaseTo, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public String getHsmConfigurationIdentifier()
public void setHsmConfigurationIdentifier(String hsmConfigurationIdentifier)
hsmConfigurationIdentifier
- The identifier of the Amazon Redshift HSM configuration to be deleted.public DeleteHsmConfigurationRequest withHsmConfigurationIdentifier(String hsmConfigurationIdentifier)
Returns a reference to this object so that method calls can be chained together.
hsmConfigurationIdentifier
- The identifier of the Amazon Redshift HSM configuration to be deleted.public String toString()
toString
in class Object
Object.toString()
public DeleteHsmConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.