Class FailedKeyRegistrationEntry
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.FailedKeyRegistrationEntry
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FailedKeyRegistrationEntry.Builder,FailedKeyRegistrationEntry>
@Generated("software.amazon.awssdk:codegen") public final class FailedKeyRegistrationEntry extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FailedKeyRegistrationEntry.Builder,FailedKeyRegistrationEntry>
An entry that appears when a
KeyRegistrationupdate to QuickSight fails.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFailedKeyRegistrationEntry.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FailedKeyRegistrationEntry.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 failed to update.Stringmessage()A message that provides information about why aFailedKeyRegistrationEntryerror occurred.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()BooleansenderFault()A boolean that indicates whether aFailedKeyRegistrationEntryresulted from user error.static Class<? extends FailedKeyRegistrationEntry.Builder>serializableBuilderClass()IntegerstatusCode()The HTTP status of aFailedKeyRegistrationEntryerror.FailedKeyRegistrationEntry.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 failed to update.
- Returns:
- The ARN of the KMS key that failed to update.
-
message
public final String message()
A message that provides information about why a
FailedKeyRegistrationEntryerror occurred.- Returns:
- A message that provides information about why a
FailedKeyRegistrationEntryerror occurred.
-
statusCode
public final Integer statusCode()
The HTTP status of a
FailedKeyRegistrationEntryerror.- Returns:
- The HTTP status of a
FailedKeyRegistrationEntryerror.
-
senderFault
public final Boolean senderFault()
A boolean that indicates whether a
FailedKeyRegistrationEntryresulted from user error. If the value of this property isTrue, the error was caused by user error. If the value of this property isFalse, the error occurred on the backend. If your job continues fail and with aFalseSenderFaultvalue, contact Amazon Web Services Support.- Returns:
- A boolean that indicates whether a
FailedKeyRegistrationEntryresulted from user error. If the value of this property isTrue, the error was caused by user error. If the value of this property isFalse, the error occurred on the backend. If your job continues fail and with aFalseSenderFaultvalue, contact Amazon Web Services Support.
-
toBuilder
public FailedKeyRegistrationEntry.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FailedKeyRegistrationEntry.Builder,FailedKeyRegistrationEntry>
-
builder
public static FailedKeyRegistrationEntry.Builder builder()
-
serializableBuilderClass
public static Class<? extends FailedKeyRegistrationEntry.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
-
-