ToCopyableBuilder<DescribeHapgResponse.Builder,DescribeHapgResponse>
@Generated("software.amazon.awssdk:codegen") public class DescribeHapgResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<DescribeHapgResponse.Builder,DescribeHapgResponse>
Contains the output of the DescribeHapg action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeHapgResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static DescribeHapgResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
String |
hapgArn() |
The ARN of the high-availability partition group.
|
String |
hapgSerial() |
The serial number of the high-availability partition group.
|
int |
hashCode() |
|
List<String> |
hsmsLastActionFailed() |
|
List<String> |
hsmsPendingDeletion() |
|
List<String> |
hsmsPendingRegistration() |
|
String |
label() |
The label for the high-availability partition group.
|
String |
lastModifiedTimestamp() |
The date and time the high-availability partition group was last modified.
|
List<String> |
partitionSerialList() |
The list of partition serial numbers that belong to the high-availability partition group.
|
static Class<? extends DescribeHapgResponse.Builder> |
serializableBuilderClass() |
|
String |
state() |
The state of the high-availability partition group.
|
DescribeHapgResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public String hapgArn()
The ARN of the high-availability partition group.
public String hapgSerial()
The serial number of the high-availability partition group.
public String label()
The label for the high-availability partition group.
public String lastModifiedTimestamp()
The date and time the high-availability partition group was last modified.
public List<String> partitionSerialList()
The list of partition serial numbers that belong to the high-availability partition group.
public String state()
The state of the high-availability partition group.
CloudHsmObjectState
public DescribeHapgResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeHapgResponse.Builder,DescribeHapgResponse>
public static DescribeHapgResponse.Builder builder()
public static Class<? extends DescribeHapgResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.