@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SuccessfulKeyRegistrationEntry extends Object implements Serializable, Cloneable, StructuredPojo
A success entry that occurs when a KeyRegistration job is successfully applied to the Amazon QuickSight
account.
| Constructor and Description |
|---|
SuccessfulKeyRegistrationEntry() |
| Modifier and Type | Method and Description |
|---|---|
SuccessfulKeyRegistrationEntry |
clone() |
boolean |
equals(Object obj) |
String |
getKeyArn()
The ARN of the KMS key that is associated with the
SuccessfulKeyRegistrationEntry entry. |
Integer |
getStatusCode()
The HTTP status of a
SuccessfulKeyRegistrationEntry entry. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setKeyArn(String keyArn)
The ARN of the KMS key that is associated with the
SuccessfulKeyRegistrationEntry entry. |
void |
setStatusCode(Integer statusCode)
The HTTP status of a
SuccessfulKeyRegistrationEntry entry. |
String |
toString()
Returns a string representation of this object.
|
SuccessfulKeyRegistrationEntry |
withKeyArn(String keyArn)
The ARN of the KMS key that is associated with the
SuccessfulKeyRegistrationEntry entry. |
SuccessfulKeyRegistrationEntry |
withStatusCode(Integer statusCode)
The HTTP status of a
SuccessfulKeyRegistrationEntry entry. |
public void setKeyArn(String keyArn)
The ARN of the KMS key that is associated with the SuccessfulKeyRegistrationEntry entry.
keyArn - The ARN of the KMS key that is associated with the SuccessfulKeyRegistrationEntry entry.public String getKeyArn()
The ARN of the KMS key that is associated with the SuccessfulKeyRegistrationEntry entry.
SuccessfulKeyRegistrationEntry entry.public SuccessfulKeyRegistrationEntry withKeyArn(String keyArn)
The ARN of the KMS key that is associated with the SuccessfulKeyRegistrationEntry entry.
keyArn - The ARN of the KMS key that is associated with the SuccessfulKeyRegistrationEntry entry.public void setStatusCode(Integer statusCode)
The HTTP status of a SuccessfulKeyRegistrationEntry entry.
statusCode - The HTTP status of a SuccessfulKeyRegistrationEntry entry.public Integer getStatusCode()
The HTTP status of a SuccessfulKeyRegistrationEntry entry.
SuccessfulKeyRegistrationEntry entry.public SuccessfulKeyRegistrationEntry withStatusCode(Integer statusCode)
The HTTP status of a SuccessfulKeyRegistrationEntry entry.
statusCode - The HTTP status of a SuccessfulKeyRegistrationEntry entry.public String toString()
toString in class ObjectObject.toString()public SuccessfulKeyRegistrationEntry clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.