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:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic KeyListEntry.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringkeyArn()ARN of the key.final StringkeyId()Unique identifier of the key.static Class<? extends KeyListEntry.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
keyId
Unique identifier of the key.
- Returns:
- Unique identifier of the key.
-
keyArn
ARN of the key.
- Returns:
- ARN of the key.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<KeyListEntry.Builder,KeyListEntry>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-