Class KMSKey
- java.lang.Object
-
- software.amazon.awssdk.services.frauddetector.model.KMSKey
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<KMSKey.Builder,KMSKey>
@Generated("software.amazon.awssdk:codegen") public final class KMSKey extends Object implements SdkPojo, Serializable, ToCopyableBuilder<KMSKey.Builder,KMSKey>
The KMS key details.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceKMSKey.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static KMSKey.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringkmsEncryptionKeyArn()The encryption key ARN.List<SdkField<?>>sdkFields()static Class<? extends KMSKey.Builder>serializableBuilderClass()KMSKey.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
-
kmsEncryptionKeyArn
public final String kmsEncryptionKeyArn()
The encryption key ARN.
- Returns:
- The encryption key ARN.
-
toBuilder
public KMSKey.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<KMSKey.Builder,KMSKey>
-
builder
public static KMSKey.Builder builder()
-
serializableBuilderClass
public static Class<? extends KMSKey.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.
-
-