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