@Generated(value="software.amazon.awssdk:codegen") public final class AliasListEntry extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AliasListEntry.Builder,AliasListEntry>
Contains information about an alias.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AliasListEntry.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
aliasArn()
String that contains the key ARN.
|
String |
aliasName()
String that contains the alias.
|
static AliasListEntry.Builder |
builder() |
Instant |
creationDate()
Date and time that the alias was most recently created in the account and Region.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdatedDate()
Date and time that the alias was most recently associated with a KMS key in the account and Region.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AliasListEntry.Builder> |
serializableBuilderClass() |
String |
targetKeyId()
String that contains the key identifier of the KMS key associated with the alias.
|
AliasListEntry.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String aliasName()
String that contains the alias. This value begins with alias/.
alias/.public final String aliasArn()
String that contains the key ARN.
public final String targetKeyId()
String that contains the key identifier of the KMS key associated with the alias.
public final Instant creationDate()
Date and time that the alias was most recently created in the account and Region. Formatted as Unix time.
public final Instant lastUpdatedDate()
Date and time that the alias was most recently associated with a KMS key in the account and Region. Formatted as Unix time.
public AliasListEntry.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AliasListEntry.Builder,AliasListEntry>public static AliasListEntry.Builder builder()
public static Class<? extends AliasListEntry.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.