@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()
Returns the value of the CreationDate property for this object.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdatedDate()
Returns the value of the LastUpdatedDate property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AliasListEntry.Builder> |
serializableBuilderClass() |
String |
targetKeyId()
String that contains the key identifier referred to by 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 referred to by the alias.
public final Instant creationDate()
public final Instant lastUpdatedDate()
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 © 2021. All rights reserved.