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