@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()