@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateHsmRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateHsmRequest() |
Modifier and Type | Method and Description |
---|---|
CreateHsmRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAvailabilityZone()
The Availability Zone where you are creating the HSM.
|
String |
getClusterId()
The identifier (ID) of the HSM's cluster.
|
String |
getIpAddress()
The HSM's IP address.
|
int |
hashCode() |
void |
setAvailabilityZone(String availabilityZone)
The Availability Zone where you are creating the HSM.
|
void |
setClusterId(String clusterId)
The identifier (ID) of the HSM's cluster.
|
void |
setIpAddress(String ipAddress)
The HSM's IP address.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateHsmRequest |
withAvailabilityZone(String availabilityZone)
The Availability Zone where you are creating the HSM.
|
CreateHsmRequest |
withClusterId(String clusterId)
The identifier (ID) of the HSM's cluster.
|
CreateHsmRequest |
withIpAddress(String ipAddress)
The HSM's IP address.
|
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 HSM's cluster. To find the cluster ID, use DescribeClusters.
clusterId
- The identifier (ID) of the HSM's cluster. To find the cluster ID, use DescribeClusters.public String getClusterId()
The identifier (ID) of the HSM's cluster. To find the cluster ID, use DescribeClusters.
public CreateHsmRequest withClusterId(String clusterId)
The identifier (ID) of the HSM's cluster. To find the cluster ID, use DescribeClusters.
clusterId
- The identifier (ID) of the HSM's cluster. To find the cluster ID, use DescribeClusters.public void setAvailabilityZone(String availabilityZone)
The Availability Zone where you are creating the HSM. To find the cluster's Availability Zones, use DescribeClusters.
availabilityZone
- The Availability Zone where you are creating the HSM. To find the cluster's Availability Zones, use
DescribeClusters.public String getAvailabilityZone()
The Availability Zone where you are creating the HSM. To find the cluster's Availability Zones, use DescribeClusters.
public CreateHsmRequest withAvailabilityZone(String availabilityZone)
The Availability Zone where you are creating the HSM. To find the cluster's Availability Zones, use DescribeClusters.
availabilityZone
- The Availability Zone where you are creating the HSM. To find the cluster's Availability Zones, use
DescribeClusters.public void setIpAddress(String ipAddress)
The HSM's IP address. If you specify an IP address, use an available address from the subnet that maps to the Availability Zone where you are creating the HSM. If you don't specify an IP address, one is chosen for you from that subnet.
ipAddress
- The HSM's IP address. If you specify an IP address, use an available address from the subnet that maps to
the Availability Zone where you are creating the HSM. If you don't specify an IP address, one is chosen
for you from that subnet.public String getIpAddress()
The HSM's IP address. If you specify an IP address, use an available address from the subnet that maps to the Availability Zone where you are creating the HSM. If you don't specify an IP address, one is chosen for you from that subnet.
public CreateHsmRequest withIpAddress(String ipAddress)
The HSM's IP address. If you specify an IP address, use an available address from the subnet that maps to the Availability Zone where you are creating the HSM. If you don't specify an IP address, one is chosen for you from that subnet.
ipAddress
- The HSM's IP address. If you specify an IP address, use an available address from the subnet that maps to
the Availability Zone where you are creating the HSM. If you don't specify an IP address, one is chosen
for you from that subnet.public String toString()
toString
in class Object
Object.toString()
public CreateHsmRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.