@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 delegated administrator account.
|
String |
getOrganizationId()
The identifier for the organization.
|
int |
hashCode() |
void |
setAdminAccountId(String adminAccountId)
The identifier for the delegated administrator account.
|
void |
setOrganizationId(String organizationId)
The identifier for the organization.
|
String |
toString()
Returns a string representation of this object.
|
RegisterOrganizationAdminAccountResult |
withAdminAccountId(String adminAccountId)
The identifier for the delegated administrator account.
|
RegisterOrganizationAdminAccountResult |
withOrganizationId(String organizationId)
The identifier for the organization.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public RegisterOrganizationAdminAccountResult()
public void setAdminAccountId(String adminAccountId)
The identifier for the delegated administrator account.
adminAccountId
- The identifier for the delegated administrator account.public String getAdminAccountId()
The identifier for the delegated administrator account.
public RegisterOrganizationAdminAccountResult withAdminAccountId(String adminAccountId)
The identifier for the delegated administrator account.
adminAccountId
- The identifier for the delegated administrator account.public void setOrganizationId(String organizationId)
The identifier for the organization.
organizationId
- The identifier for the organization.public String getOrganizationId()
The identifier for the organization.
public RegisterOrganizationAdminAccountResult withOrganizationId(String organizationId)
The identifier for the organization.
organizationId
- The identifier for the organization.public String toString()
toString
in class Object
Object.toString()
public RegisterOrganizationAdminAccountResult clone()