@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDelegatedAdminAccount()
The delegated administrator account for Audit Manager.
|
String |
getKmsKey()
The KMS key details.
|
int |
hashCode() |
void |
setDelegatedAdminAccount(String delegatedAdminAccount)
The delegated administrator account for Audit Manager.
|
void |
setKmsKey(String kmsKey)
The KMS key details.
|
String |
toString()
Returns a string representation of this object.
|
RegisterAccountRequest |
withDelegatedAdminAccount(String delegatedAdminAccount)
The delegated administrator account for Audit Manager.
|
RegisterAccountRequest |
withKmsKey(String kmsKey)
The KMS key details.
|
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 setKmsKey(String kmsKey)
The KMS key details.
kmsKey
- The KMS key details.public String getKmsKey()
The KMS key details.
public RegisterAccountRequest withKmsKey(String kmsKey)
The KMS key details.
kmsKey
- The KMS key details.public void setDelegatedAdminAccount(String delegatedAdminAccount)
The delegated administrator account for Audit Manager.
delegatedAdminAccount
- The delegated administrator account for Audit Manager.public String getDelegatedAdminAccount()
The delegated administrator account for Audit Manager.
public RegisterAccountRequest withDelegatedAdminAccount(String delegatedAdminAccount)
The delegated administrator account for Audit Manager.
delegatedAdminAccount
- The delegated administrator account for Audit Manager.public String toString()
toString
in class Object
Object.toString()
public RegisterAccountRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()