@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteHsmRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteHsmRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteHsmRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClusterId()
The identifier (ID) of the cluster that contains the HSM that you are deleting.
|
String |
getEniId()
The identifier (ID) of the elastic network interface (ENI) of the HSM that you are deleting.
|
String |
getEniIp()
The IP address of the elastic network interface (ENI) of the HSM that you are deleting.
|
String |
getHsmId()
The identifier (ID) of the HSM that you are deleting.
|
int |
hashCode() |
void |
setClusterId(String clusterId)
The identifier (ID) of the cluster that contains the HSM that you are deleting.
|
void |
setEniId(String eniId)
The identifier (ID) of the elastic network interface (ENI) of the HSM that you are deleting.
|
void |
setEniIp(String eniIp)
The IP address of the elastic network interface (ENI) of the HSM that you are deleting.
|
void |
setHsmId(String hsmId)
The identifier (ID) of the HSM that you are deleting.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteHsmRequest |
withClusterId(String clusterId)
The identifier (ID) of the cluster that contains the HSM that you are deleting.
|
DeleteHsmRequest |
withEniId(String eniId)
The identifier (ID) of the elastic network interface (ENI) of the HSM that you are deleting.
|
DeleteHsmRequest |
withEniIp(String eniIp)
The IP address of the elastic network interface (ENI) of the HSM that you are deleting.
|
DeleteHsmRequest |
withHsmId(String hsmId)
The identifier (ID) of the HSM that you are deleting.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setClusterId(String clusterId)
The identifier (ID) of the cluster that contains the HSM that you are deleting.
clusterId
- The identifier (ID) of the cluster that contains the HSM that you are deleting.public String getClusterId()
The identifier (ID) of the cluster that contains the HSM that you are deleting.
public DeleteHsmRequest withClusterId(String clusterId)
The identifier (ID) of the cluster that contains the HSM that you are deleting.
clusterId
- The identifier (ID) of the cluster that contains the HSM that you are deleting.public void setHsmId(String hsmId)
The identifier (ID) of the HSM that you are deleting.
hsmId
- The identifier (ID) of the HSM that you are deleting.public String getHsmId()
The identifier (ID) of the HSM that you are deleting.
public DeleteHsmRequest withHsmId(String hsmId)
The identifier (ID) of the HSM that you are deleting.
hsmId
- The identifier (ID) of the HSM that you are deleting.public void setEniId(String eniId)
The identifier (ID) of the elastic network interface (ENI) of the HSM that you are deleting.
eniId
- The identifier (ID) of the elastic network interface (ENI) of the HSM that you are deleting.public String getEniId()
The identifier (ID) of the elastic network interface (ENI) of the HSM that you are deleting.
public DeleteHsmRequest withEniId(String eniId)
The identifier (ID) of the elastic network interface (ENI) of the HSM that you are deleting.
eniId
- The identifier (ID) of the elastic network interface (ENI) of the HSM that you are deleting.public void setEniIp(String eniIp)
The IP address of the elastic network interface (ENI) of the HSM that you are deleting.
eniIp
- The IP address of the elastic network interface (ENI) of the HSM that you are deleting.public String getEniIp()
The IP address of the elastic network interface (ENI) of the HSM that you are deleting.
public DeleteHsmRequest withEniIp(String eniIp)
The IP address of the elastic network interface (ENI) of the HSM that you are deleting.
eniIp
- The IP address of the elastic network interface (ENI) of the HSM that you are deleting.public String toString()
toString
in class Object
Object.toString()
public DeleteHsmRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.