@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EnableOrganizationAdminAccountRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
EnableOrganizationAdminAccountRequest() |
Modifier and Type | Method and Description |
---|---|
EnableOrganizationAdminAccountRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAdminAccountId()
The Amazon Web Services account ID for the account to designate as the delegated Amazon Macie administrator
account for the organization.
|
String |
getClientToken()
A unique, case-sensitive token that you provide to ensure the idempotency of the request.
|
int |
hashCode() |
void |
setAdminAccountId(String adminAccountId)
The Amazon Web Services account ID for the account to designate as the delegated Amazon Macie administrator
account for the organization.
|
void |
setClientToken(String clientToken)
A unique, case-sensitive token that you provide to ensure the idempotency of the request.
|
String |
toString()
Returns a string representation of this object.
|
EnableOrganizationAdminAccountRequest |
withAdminAccountId(String adminAccountId)
The Amazon Web Services account ID for the account to designate as the delegated Amazon Macie administrator
account for the organization.
|
EnableOrganizationAdminAccountRequest |
withClientToken(String clientToken)
A unique, case-sensitive token that you provide to ensure the idempotency of the request.
|
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 EnableOrganizationAdminAccountRequest()
public void setAdminAccountId(String adminAccountId)
The Amazon Web Services account ID for the account to designate as the delegated Amazon Macie administrator account for the organization.
adminAccountId
- The Amazon Web Services account ID for the account to designate as the delegated Amazon Macie
administrator account for the organization.public String getAdminAccountId()
The Amazon Web Services account ID for the account to designate as the delegated Amazon Macie administrator account for the organization.
public EnableOrganizationAdminAccountRequest withAdminAccountId(String adminAccountId)
The Amazon Web Services account ID for the account to designate as the delegated Amazon Macie administrator account for the organization.
adminAccountId
- The Amazon Web Services account ID for the account to designate as the delegated Amazon Macie
administrator account for the organization.public void setClientToken(String clientToken)
A unique, case-sensitive token that you provide to ensure the idempotency of the request.
clientToken
- A unique, case-sensitive token that you provide to ensure the idempotency of the request.public String getClientToken()
A unique, case-sensitive token that you provide to ensure the idempotency of the request.
public EnableOrganizationAdminAccountRequest withClientToken(String clientToken)
A unique, case-sensitive token that you provide to ensure the idempotency of the request.
clientToken
- A unique, case-sensitive token that you provide to ensure the idempotency of the request.public String toString()
toString
in class Object
Object.toString()
public EnableOrganizationAdminAccountRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()