@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateKeyRegistrationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateKeyRegistrationRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateKeyRegistrationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAwsAccountId()
The ID of the Amazon Web Services account that contains the customer managed key registration that you want to
update.
|
List<RegisteredCustomerManagedKey> |
getKeyRegistration()
A list of
RegisteredCustomerManagedKey objects to be updated to the Amazon QuickSight account. |
int |
hashCode() |
void |
setAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the customer managed key registration that you want to
update.
|
void |
setKeyRegistration(Collection<RegisteredCustomerManagedKey> keyRegistration)
A list of
RegisteredCustomerManagedKey objects to be updated to the Amazon QuickSight account. |
String |
toString()
Returns a string representation of this object.
|
UpdateKeyRegistrationRequest |
withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the customer managed key registration that you want to
update.
|
UpdateKeyRegistrationRequest |
withKeyRegistration(Collection<RegisteredCustomerManagedKey> keyRegistration)
A list of
RegisteredCustomerManagedKey objects to be updated to the Amazon QuickSight account. |
UpdateKeyRegistrationRequest |
withKeyRegistration(RegisteredCustomerManagedKey... keyRegistration)
A list of
RegisteredCustomerManagedKey objects to be updated to the Amazon QuickSight account. |
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the customer managed key registration that you want to update.
awsAccountId
- The ID of the Amazon Web Services account that contains the customer managed key registration that you
want to update.public String getAwsAccountId()
The ID of the Amazon Web Services account that contains the customer managed key registration that you want to update.
public UpdateKeyRegistrationRequest withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the customer managed key registration that you want to update.
awsAccountId
- The ID of the Amazon Web Services account that contains the customer managed key registration that you
want to update.public List<RegisteredCustomerManagedKey> getKeyRegistration()
A list of RegisteredCustomerManagedKey
objects to be updated to the Amazon QuickSight account.
RegisteredCustomerManagedKey
objects to be updated to the Amazon QuickSight
account.public void setKeyRegistration(Collection<RegisteredCustomerManagedKey> keyRegistration)
A list of RegisteredCustomerManagedKey
objects to be updated to the Amazon QuickSight account.
keyRegistration
- A list of RegisteredCustomerManagedKey
objects to be updated to the Amazon QuickSight
account.public UpdateKeyRegistrationRequest withKeyRegistration(RegisteredCustomerManagedKey... keyRegistration)
A list of RegisteredCustomerManagedKey
objects to be updated to the 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 to be updated to the Amazon QuickSight
account.public UpdateKeyRegistrationRequest withKeyRegistration(Collection<RegisteredCustomerManagedKey> keyRegistration)
A list of RegisteredCustomerManagedKey
objects to be updated to the Amazon QuickSight account.
keyRegistration
- A list of RegisteredCustomerManagedKey
objects to be updated to the Amazon QuickSight
account.public String toString()
toString
in class Object
Object.toString()
public UpdateKeyRegistrationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()