@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAdminAccountResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetAdminAccountResult() |
| Modifier and Type | Method and Description |
|---|---|
GetAdminAccountResult |
clone() |
boolean |
equals(Object obj) |
String |
getAdminAccount()
The account that is set as the Firewall Manager default administrator.
|
String |
getRoleStatus()
The status of the account that you set as the Firewall Manager default administrator.
|
int |
hashCode() |
void |
setAdminAccount(String adminAccount)
The account that is set as the Firewall Manager default administrator.
|
void |
setRoleStatus(String roleStatus)
The status of the account that you set as the Firewall Manager default administrator.
|
String |
toString()
Returns a string representation of this object.
|
GetAdminAccountResult |
withAdminAccount(String adminAccount)
The account that is set as the Firewall Manager default administrator.
|
GetAdminAccountResult |
withRoleStatus(AccountRoleStatus roleStatus)
The status of the account that you set as the Firewall Manager default administrator.
|
GetAdminAccountResult |
withRoleStatus(String roleStatus)
The status of the account that you set as the Firewall Manager default administrator.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setAdminAccount(String adminAccount)
The account that is set as the Firewall Manager default administrator.
adminAccount - The account that is set as the Firewall Manager default administrator.public String getAdminAccount()
The account that is set as the Firewall Manager default administrator.
public GetAdminAccountResult withAdminAccount(String adminAccount)
The account that is set as the Firewall Manager default administrator.
adminAccount - The account that is set as the Firewall Manager default administrator.public void setRoleStatus(String roleStatus)
The status of the account that you set as the Firewall Manager default administrator.
roleStatus - The status of the account that you set as the Firewall Manager default administrator.AccountRoleStatuspublic String getRoleStatus()
The status of the account that you set as the Firewall Manager default administrator.
AccountRoleStatuspublic GetAdminAccountResult withRoleStatus(String roleStatus)
The status of the account that you set as the Firewall Manager default administrator.
roleStatus - The status of the account that you set as the Firewall Manager default administrator.AccountRoleStatuspublic GetAdminAccountResult withRoleStatus(AccountRoleStatus roleStatus)
The status of the account that you set as the Firewall Manager default administrator.
roleStatus - The status of the account that you set as the Firewall Manager default administrator.AccountRoleStatuspublic String toString()
toString in class ObjectObject.toString()public GetAdminAccountResult clone()