@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RegisterAccountRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
RegisterAccountRequest() |
| Modifier and Type | Method and Description |
|---|---|
RegisterAccountRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDelegatedAdminAccount()
The delegated administrator account for AWS Audit Manager.
|
String |
getKmsKey()
The AWS KMS key details.
|
int |
hashCode() |
void |
setDelegatedAdminAccount(String delegatedAdminAccount)
The delegated administrator account for AWS Audit Manager.
|
void |
setKmsKey(String kmsKey)
The AWS KMS key details.
|
String |
toString()
Returns a string representation of this object.
|
RegisterAccountRequest |
withDelegatedAdminAccount(String delegatedAdminAccount)
The delegated administrator account for AWS Audit Manager.
|
RegisterAccountRequest |
withKmsKey(String kmsKey)
The AWS KMS key details.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setKmsKey(String kmsKey)
The AWS KMS key details.
kmsKey - The AWS KMS key details.public String getKmsKey()
The AWS KMS key details.
public RegisterAccountRequest withKmsKey(String kmsKey)
The AWS KMS key details.
kmsKey - The AWS KMS key details.public void setDelegatedAdminAccount(String delegatedAdminAccount)
The delegated administrator account for AWS Audit Manager.
delegatedAdminAccount - The delegated administrator account for AWS Audit Manager.public String getDelegatedAdminAccount()
The delegated administrator account for AWS Audit Manager.
public RegisterAccountRequest withDelegatedAdminAccount(String delegatedAdminAccount)
The delegated administrator account for AWS Audit Manager.
delegatedAdminAccount - The delegated administrator account for AWS Audit Manager.public String toString()
toString in class ObjectObject.toString()public RegisterAccountRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.