@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RegisterOrganizationAdminAccountRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
RegisterOrganizationAdminAccountRequest() |
| Modifier and Type | Method and Description |
|---|---|
RegisterOrganizationAdminAccountRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAdminAccountId()
The identifier for the specified delegated administrator account.
|
int |
hashCode() |
void |
setAdminAccountId(String adminAccountId)
The identifier for the specified delegated administrator account.
|
String |
toString()
Returns a string representation of this object.
|
RegisterOrganizationAdminAccountRequest |
withAdminAccountId(String adminAccountId)
The identifier for the specified delegated administrator account.
|
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 RegisterOrganizationAdminAccountRequest()
public void setAdminAccountId(String adminAccountId)
The identifier for the specified delegated administrator account.
adminAccountId - The identifier for the specified delegated administrator account.public String getAdminAccountId()
The identifier for the specified delegated administrator account.
public RegisterOrganizationAdminAccountRequest withAdminAccountId(String adminAccountId)
The identifier for the specified delegated administrator account.
adminAccountId - The identifier for the specified delegated administrator account.public String toString()
toString in class ObjectObject.toString()public RegisterOrganizationAdminAccountRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.