ToCopyableBuilder<DescribeHsmResponse.Builder,DescribeHsmResponse>
@Generated("software.amazon.awssdk:codegen") public class DescribeHsmResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<DescribeHsmResponse.Builder,DescribeHsmResponse>
Contains the output of the DescribeHsm operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeHsmResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
availabilityZone() |
The Availability Zone that the HSM is in.
|
static DescribeHsmResponse.Builder |
builder() |
|
String |
eniId() |
The identifier of the elastic network interface (ENI) attached to the HSM.
|
String |
eniIp() |
The IP address assigned to the HSM's ENI.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
hsmArn() |
The ARN of the HSM.
|
String |
hsmType() |
The HSM model type.
|
String |
iamRoleArn() |
The ARN of the IAM role assigned to the HSM.
|
List<String> |
partitions() |
The list of partitions on the HSM.
|
static Class<? extends DescribeHsmResponse.Builder> |
serializableBuilderClass() |
|
String |
serialNumber() |
The serial number of the HSM.
|
String |
serverCertLastUpdated() |
The date and time that the server certificate was last updated.
|
String |
serverCertUri() |
The URI of the certificate server.
|
String |
softwareVersion() |
The HSM software version.
|
String |
sshKeyLastUpdated() |
The date and time that the SSH key was last updated.
|
String |
sshPublicKey() |
The public SSH key.
|
String |
status() |
The status of the HSM.
|
String |
statusDetails() |
Contains additional information about the status of the HSM.
|
String |
subnetId() |
The identifier of the subnet that the HSM is in.
|
String |
subscriptionEndDate() |
The subscription end date.
|
String |
subscriptionStartDate() |
The subscription start date.
|
String |
subscriptionType() |
|
DescribeHsmResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
vendorName() |
The name of the HSM vendor.
|
String |
vpcId() |
The identifier of the VPC that the HSM is in.
|
setSdkHttpMetadata, setSdkResponseMetadata
public String hsmArn()
The ARN of the HSM.
public String status()
The status of the HSM.
HsmStatus
public String statusDetails()
Contains additional information about the status of the HSM.
public String availabilityZone()
The Availability Zone that the HSM is in.
public String eniId()
The identifier of the elastic network interface (ENI) attached to the HSM.
public String eniIp()
The IP address assigned to the HSM's ENI.
public String subscriptionType()
SubscriptionType
public String subscriptionStartDate()
The subscription start date.
public String subscriptionEndDate()
The subscription end date.
public String vpcId()
The identifier of the VPC that the HSM is in.
public String subnetId()
The identifier of the subnet that the HSM is in.
public String iamRoleArn()
The ARN of the IAM role assigned to the HSM.
public String serialNumber()
The serial number of the HSM.
public String vendorName()
The name of the HSM vendor.
public String hsmType()
The HSM model type.
public String softwareVersion()
The HSM software version.
public String sshPublicKey()
The public SSH key.
public String sshKeyLastUpdated()
The date and time that the SSH key was last updated.
public String serverCertUri()
The URI of the certificate server.
public String serverCertLastUpdated()
The date and time that the server certificate was last updated.
public List<String> partitions()
The list of partitions on the HSM.
public DescribeHsmResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeHsmResponse.Builder,DescribeHsmResponse>
public static DescribeHsmResponse.Builder builder()
public static Class<? extends DescribeHsmResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.