@Generated(value="software.amazon.awssdk:codegen") public final class TrustAnchorDetail extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TrustAnchorDetail.Builder,TrustAnchorDetail>
The state of the trust anchor after a read or write operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TrustAnchorDetail.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TrustAnchorDetail.Builder |
builder() |
Instant |
createdAt()
The ISO-8601 timestamp when the trust anchor was created.
|
Boolean |
enabled()
Indicates whether the trust anchor is enabled.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the trust anchor.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TrustAnchorDetail.Builder> |
serializableBuilderClass() |
Source |
source()
The trust anchor type and its related certificate data.
|
TrustAnchorDetail.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
trustAnchorArn()
The ARN of the trust anchor.
|
String |
trustAnchorId()
The unique identifier of the trust anchor.
|
Instant |
updatedAt()
The ISO-8601 timestamp when the trust anchor was last updated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant createdAt()
The ISO-8601 timestamp when the trust anchor was created.
public final Boolean enabled()
Indicates whether the trust anchor is enabled.
public final String name()
The name of the trust anchor.
public final Source source()
The trust anchor type and its related certificate data.
public final String trustAnchorArn()
The ARN of the trust anchor.
public final String trustAnchorId()
The unique identifier of the trust anchor.
public final Instant updatedAt()
The ISO-8601 timestamp when the trust anchor was last updated.
public TrustAnchorDetail.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TrustAnchorDetail.Builder,TrustAnchorDetail>public static TrustAnchorDetail.Builder builder()
public static Class<? extends TrustAnchorDetail.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.