@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FailedKeyRegistrationEntry extends Object implements Serializable, Cloneable, StructuredPojo
An entry that appears when a KeyRegistration update to Amazon QuickSight fails.
| Constructor and Description |
|---|
FailedKeyRegistrationEntry() |
| Modifier and Type | Method and Description |
|---|---|
FailedKeyRegistrationEntry |
clone() |
boolean |
equals(Object obj) |
String |
getKeyArn()
The ARN of the KMS key that failed to update.
|
String |
getMessage()
A message that provides information about why a
FailedKeyRegistrationEntry error occurred. |
Boolean |
getSenderFault()
A boolean that indicates whether a
FailedKeyRegistrationEntry resulted from user error. |
Integer |
getStatusCode()
The HTTP status of a
FailedKeyRegistrationEntry error. |
int |
hashCode() |
Boolean |
isSenderFault()
A boolean that indicates whether a
FailedKeyRegistrationEntry resulted from user error. |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setKeyArn(String keyArn)
The ARN of the KMS key that failed to update.
|
void |
setMessage(String message)
A message that provides information about why a
FailedKeyRegistrationEntry error occurred. |
void |
setSenderFault(Boolean senderFault)
A boolean that indicates whether a
FailedKeyRegistrationEntry resulted from user error. |
void |
setStatusCode(Integer statusCode)
The HTTP status of a
FailedKeyRegistrationEntry error. |
String |
toString()
Returns a string representation of this object.
|
FailedKeyRegistrationEntry |
withKeyArn(String keyArn)
The ARN of the KMS key that failed to update.
|
FailedKeyRegistrationEntry |
withMessage(String message)
A message that provides information about why a
FailedKeyRegistrationEntry error occurred. |
FailedKeyRegistrationEntry |
withSenderFault(Boolean senderFault)
A boolean that indicates whether a
FailedKeyRegistrationEntry resulted from user error. |
FailedKeyRegistrationEntry |
withStatusCode(Integer statusCode)
The HTTP status of a
FailedKeyRegistrationEntry error. |
public void setKeyArn(String keyArn)
The ARN of the KMS key that failed to update.
keyArn - The ARN of the KMS key that failed to update.public String getKeyArn()
The ARN of the KMS key that failed to update.
public FailedKeyRegistrationEntry withKeyArn(String keyArn)
The ARN of the KMS key that failed to update.
keyArn - The ARN of the KMS key that failed to update.public void setMessage(String message)
A message that provides information about why a FailedKeyRegistrationEntry error occurred.
message - A message that provides information about why a FailedKeyRegistrationEntry error occurred.public String getMessage()
A message that provides information about why a FailedKeyRegistrationEntry error occurred.
FailedKeyRegistrationEntry error occurred.public FailedKeyRegistrationEntry withMessage(String message)
A message that provides information about why a FailedKeyRegistrationEntry error occurred.
message - A message that provides information about why a FailedKeyRegistrationEntry error occurred.public void setStatusCode(Integer statusCode)
The HTTP status of a FailedKeyRegistrationEntry error.
statusCode - The HTTP status of a FailedKeyRegistrationEntry error.public Integer getStatusCode()
The HTTP status of a FailedKeyRegistrationEntry error.
FailedKeyRegistrationEntry error.public FailedKeyRegistrationEntry withStatusCode(Integer statusCode)
The HTTP status of a FailedKeyRegistrationEntry error.
statusCode - The HTTP status of a FailedKeyRegistrationEntry error.public void setSenderFault(Boolean senderFault)
A boolean that indicates whether a FailedKeyRegistrationEntry resulted from user error. If the value
of this property is True, the error was caused by user error. If the value of this property is
False, the error occurred on the backend. If your job continues fail and with a False
SenderFault value, contact Amazon Web Services Support.
senderFault - A boolean that indicates whether a FailedKeyRegistrationEntry resulted from user error. If
the value of this property is True, the error was caused by user error. If the value of this
property is False, the error occurred on the backend. If your job continues fail and with a
False SenderFault value, contact Amazon Web Services Support.public Boolean getSenderFault()
A boolean that indicates whether a FailedKeyRegistrationEntry resulted from user error. If the value
of this property is True, the error was caused by user error. If the value of this property is
False, the error occurred on the backend. If your job continues fail and with a False
SenderFault value, contact Amazon Web Services Support.
FailedKeyRegistrationEntry resulted from user error. If
the value of this property is True, the error was caused by user error. If the value of this
property is False, the error occurred on the backend. If your job continues fail and with a
False SenderFault value, contact Amazon Web Services Support.public FailedKeyRegistrationEntry withSenderFault(Boolean senderFault)
A boolean that indicates whether a FailedKeyRegistrationEntry resulted from user error. If the value
of this property is True, the error was caused by user error. If the value of this property is
False, the error occurred on the backend. If your job continues fail and with a False
SenderFault value, contact Amazon Web Services Support.
senderFault - A boolean that indicates whether a FailedKeyRegistrationEntry resulted from user error. If
the value of this property is True, the error was caused by user error. If the value of this
property is False, the error occurred on the backend. If your job continues fail and with a
False SenderFault value, contact Amazon Web Services Support.public Boolean isSenderFault()
A boolean that indicates whether a FailedKeyRegistrationEntry resulted from user error. If the value
of this property is True, the error was caused by user error. If the value of this property is
False, the error occurred on the backend. If your job continues fail and with a False
SenderFault value, contact Amazon Web Services Support.
FailedKeyRegistrationEntry resulted from user error. If
the value of this property is True, the error was caused by user error. If the value of this
property is False, the error occurred on the backend. If your job continues fail and with a
False SenderFault value, contact Amazon Web Services Support.public String toString()
toString in class ObjectObject.toString()public FailedKeyRegistrationEntry clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.