@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() |
boolean |
equals(Object obj) |
String |
getAdminAccountId()
The AWS account ID for the account.
|
String |
getClientToken()
A unique, case-sensitive token that you provide to ensure the idempotency of the request.
|
int |
hashCode() |
void |
setAdminAccountId(String adminAccountId)
The AWS account ID for the account.
|
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 AWS account ID for the account.
|
EnableOrganizationAdminAccountRequest |
withClientToken(String clientToken)
A unique, case-sensitive token that you provide to ensure the idempotency of the request.
|
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 EnableOrganizationAdminAccountRequest()
public void setAdminAccountId(String adminAccountId)
The AWS account ID for the account.
adminAccountId - The AWS account ID for the account.public String getAdminAccountId()
The AWS account ID for the account.
public EnableOrganizationAdminAccountRequest withAdminAccountId(String adminAccountId)
The AWS account ID for the account.
adminAccountId - The AWS account ID for the account.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 ObjectObject.toString()public EnableOrganizationAdminAccountRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.