@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 AWS organization.
|
int |
hashCode() |
void |
setAdminAccountId(String adminAccountId)
The identifier for the specified delegated administrator account.
|
void |
setOrganizationId(String organizationId)
The identifier for the specified AWS 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 AWS organization.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 AWS organization.
organizationId
- The identifier for the specified AWS organization.public String getOrganizationId()
The identifier for the specified AWS organization.
public RegisterOrganizationAdminAccountResult withOrganizationId(String organizationId)
The identifier for the specified AWS organization.
organizationId
- The identifier for the specified AWS organization.public String toString()
toString
in class Object
Object.toString()
public RegisterOrganizationAdminAccountResult clone()