@Generated(value="software.amazon.awssdk:codegen") public final class KeyListEntry extends Object implements SdkPojo, Serializable, ToCopyableBuilder<KeyListEntry.Builder,KeyListEntry>
Contains information about each entry in the key list.
| Modifier and Type | Class and Description |
|---|---|
static interface |
KeyListEntry.Builder |
| Modifier and Type | Method and Description |
|---|---|
static KeyListEntry.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
keyArn()
ARN of the key.
|
String |
keyId()
Unique identifier of the key.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends KeyListEntry.Builder> |
serializableBuilderClass() |
KeyListEntry.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String keyId()
Unique identifier of the key.
public final String keyArn()
ARN of the key.
public KeyListEntry.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<KeyListEntry.Builder,KeyListEntry>public static KeyListEntry.Builder builder()
public static Class<? extends KeyListEntry.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.