@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeKeyRegistrationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeKeyRegistrationResult() |
Modifier and Type | Method and Description |
---|---|
DescribeKeyRegistrationResult |
clone() |
boolean |
equals(Object obj) |
String |
getAwsAccountId()
The ID of the Amazon Web Services account that contains the customer managed key registration specified in the
request.
|
List<RegisteredCustomerManagedKey> |
getKeyRegistration()
A list of
RegisteredCustomerManagedKey objects in a Amazon QuickSight account. |
String |
getRequestId()
The Amazon Web Services request ID for this operation.
|
Integer |
getStatus()
The HTTP status of the request.
|
int |
hashCode() |
void |
setAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the customer managed key registration specified in the
request.
|
void |
setKeyRegistration(Collection<RegisteredCustomerManagedKey> keyRegistration)
A list of
RegisteredCustomerManagedKey objects in a Amazon QuickSight account. |
void |
setRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
void |
setStatus(Integer status)
The HTTP status of the request.
|
String |
toString()
Returns a string representation of this object.
|
DescribeKeyRegistrationResult |
withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the customer managed key registration specified in the
request.
|
DescribeKeyRegistrationResult |
withKeyRegistration(Collection<RegisteredCustomerManagedKey> keyRegistration)
A list of
RegisteredCustomerManagedKey objects in a Amazon QuickSight account. |
DescribeKeyRegistrationResult |
withKeyRegistration(RegisteredCustomerManagedKey... keyRegistration)
A list of
RegisteredCustomerManagedKey objects in a Amazon QuickSight account. |
DescribeKeyRegistrationResult |
withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
DescribeKeyRegistrationResult |
withStatus(Integer status)
The HTTP status of the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the customer managed key registration specified in the request.
awsAccountId
- The ID of the Amazon Web Services account that contains the customer managed key registration specified in
the request.public String getAwsAccountId()
The ID of the Amazon Web Services account that contains the customer managed key registration specified in the request.
public DescribeKeyRegistrationResult withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the customer managed key registration specified in the request.
awsAccountId
- The ID of the Amazon Web Services account that contains the customer managed key registration specified in
the request.public List<RegisteredCustomerManagedKey> getKeyRegistration()
A list of RegisteredCustomerManagedKey
objects in a Amazon QuickSight account.
RegisteredCustomerManagedKey
objects in a Amazon QuickSight account.public void setKeyRegistration(Collection<RegisteredCustomerManagedKey> keyRegistration)
A list of RegisteredCustomerManagedKey
objects in a Amazon QuickSight account.
keyRegistration
- A list of RegisteredCustomerManagedKey
objects in a Amazon QuickSight account.public DescribeKeyRegistrationResult withKeyRegistration(RegisteredCustomerManagedKey... keyRegistration)
A list of RegisteredCustomerManagedKey
objects in a Amazon QuickSight account.
NOTE: This method appends the values to the existing list (if any). Use
setKeyRegistration(java.util.Collection)
or withKeyRegistration(java.util.Collection)
if you
want to override the existing values.
keyRegistration
- A list of RegisteredCustomerManagedKey
objects in a Amazon QuickSight account.public DescribeKeyRegistrationResult withKeyRegistration(Collection<RegisteredCustomerManagedKey> keyRegistration)
A list of RegisteredCustomerManagedKey
objects in a Amazon QuickSight account.
keyRegistration
- A list of RegisteredCustomerManagedKey
objects in a Amazon QuickSight account.public void setRequestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId
- The Amazon Web Services request ID for this operation.public String getRequestId()
The Amazon Web Services request ID for this operation.
public DescribeKeyRegistrationResult withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId
- The Amazon Web Services request ID for this operation.public void setStatus(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.public Integer getStatus()
The HTTP status of the request.
public DescribeKeyRegistrationResult withStatus(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.public String toString()
toString
in class Object
Object.toString()
public DescribeKeyRegistrationResult clone()