Class SuccessfulKeyRegistrationEntry
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.SuccessfulKeyRegistrationEntry
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SuccessfulKeyRegistrationEntry.Builder,SuccessfulKeyRegistrationEntry>
@Generated("software.amazon.awssdk:codegen") public final class SuccessfulKeyRegistrationEntry extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SuccessfulKeyRegistrationEntry.Builder,SuccessfulKeyRegistrationEntry>
A success entry that occurs when a
KeyRegistrationjob is successfully applied to the QuickSight account.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSuccessfulKeyRegistrationEntry.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SuccessfulKeyRegistrationEntry.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringkeyArn()The ARN of the KMS key that is associated with theSuccessfulKeyRegistrationEntryentry.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends SuccessfulKeyRegistrationEntry.Builder>serializableBuilderClass()IntegerstatusCode()The HTTP status of aSuccessfulKeyRegistrationEntryentry.SuccessfulKeyRegistrationEntry.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
-
keyArn
public final String keyArn()
The ARN of the KMS key that is associated with the
SuccessfulKeyRegistrationEntryentry.- Returns:
- The ARN of the KMS key that is associated with the
SuccessfulKeyRegistrationEntryentry.
-
statusCode
public final Integer statusCode()
The HTTP status of a
SuccessfulKeyRegistrationEntryentry.- Returns:
- The HTTP status of a
SuccessfulKeyRegistrationEntryentry.
-
toBuilder
public SuccessfulKeyRegistrationEntry.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SuccessfulKeyRegistrationEntry.Builder,SuccessfulKeyRegistrationEntry>
-
builder
public static SuccessfulKeyRegistrationEntry.Builder builder()
-
serializableBuilderClass
public static Class<? extends SuccessfulKeyRegistrationEntry.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-