@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() |
boolean |
hasNotificationSettings()
For responses, this returns true if the service returned a value for the NotificationSettings property.
|
String |
name()
The name of the trust anchor.
|
List<NotificationSettingDetail> |
notificationSettings()
A list of notification settings to be associated to 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 boolean hasNotificationSettings()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<NotificationSettingDetail> notificationSettings()
A list of notification settings to be associated to the trust anchor.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasNotificationSettings() method.
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.