Class KeyListEntry
- java.lang.Object
-
- software.amazon.awssdk.services.kms.model.KeyListEntry
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<KeyListEntry.Builder,KeyListEntry>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceKeyListEntry.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static KeyListEntry.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringkeyArn()ARN of the key.StringkeyId()Unique identifier of the key.List<SdkField<?>>sdkFields()static Class<? extends KeyListEntry.Builder>serializableBuilderClass()KeyListEntry.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
keyId
public final String keyId()
Unique identifier of the key.
- Returns:
- Unique identifier of the key.
-
keyArn
public final String keyArn()
ARN of the key.
- Returns:
- ARN of the key.
-
toBuilder
public KeyListEntry.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<KeyListEntry.Builder,KeyListEntry>
-
builder
public static KeyListEntry.Builder builder()
-
serializableBuilderClass
public static Class<? extends KeyListEntry.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-