com.amazonaws.services.redshift.model
Class DeleteHsmConfigurationRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.redshift.model.DeleteHsmConfigurationRequest
All Implemented Interfaces:
Serializable

public class DeleteHsmConfigurationRequest
extends AmazonWebServiceRequest
implements Serializable

Container for the parameters to the DeleteHsmConfiguration operation.

Deletes the specified Amazon Redshift HSM configuration.

See Also:
AmazonRedshift.deleteHsmConfiguration(DeleteHsmConfigurationRequest), Serialized Form

Constructor Summary
DeleteHsmConfigurationRequest()
           
 
Method Summary
 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.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeleteHsmConfigurationRequest

public DeleteHsmConfigurationRequest()
Method Detail

getHsmConfigurationIdentifier

public String getHsmConfigurationIdentifier()
The identifier of the Amazon Redshift HSM configuration to be deleted.

Returns:
The identifier of the Amazon Redshift HSM configuration to be deleted.

setHsmConfigurationIdentifier

public void setHsmConfigurationIdentifier(String hsmConfigurationIdentifier)
The identifier of the Amazon Redshift HSM configuration to be deleted.

Parameters:
hsmConfigurationIdentifier - The identifier of the Amazon Redshift HSM configuration to be deleted.

withHsmConfigurationIdentifier

public DeleteHsmConfigurationRequest withHsmConfigurationIdentifier(String hsmConfigurationIdentifier)
The identifier of the Amazon Redshift HSM configuration to be deleted.

Returns a reference to this object so that method calls can be chained together.

Parameters:
hsmConfigurationIdentifier - The identifier of the Amazon Redshift HSM configuration to be deleted.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2016. All rights reserved.