@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 Amazon Web Services account that is set as the Firewall Manager administrator.
|
String |
getRoleStatus()
The status of the Amazon Web Services account that you set as the Firewall Manager administrator.
|
int |
hashCode() |
void |
setAdminAccount(String adminAccount)
The Amazon Web Services account that is set as the Firewall Manager administrator.
|
void |
setRoleStatus(String roleStatus)
The status of the Amazon Web Services account that you set as the Firewall Manager administrator.
|
String |
toString()
Returns a string representation of this object.
|
GetAdminAccountResult |
withAdminAccount(String adminAccount)
The Amazon Web Services account that is set as the Firewall Manager administrator.
|
GetAdminAccountResult |
withRoleStatus(AccountRoleStatus roleStatus)
The status of the Amazon Web Services account that you set as the Firewall Manager administrator.
|
GetAdminAccountResult |
withRoleStatus(String roleStatus)
The status of the Amazon Web Services account that you set as the Firewall Manager administrator.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAdminAccount(String adminAccount)
The Amazon Web Services account that is set as the Firewall Manager administrator.
adminAccount
- The Amazon Web Services account that is set as the Firewall Manager administrator.public String getAdminAccount()
The Amazon Web Services account that is set as the Firewall Manager administrator.
public GetAdminAccountResult withAdminAccount(String adminAccount)
The Amazon Web Services account that is set as the Firewall Manager administrator.
adminAccount
- The Amazon Web Services account that is set as the Firewall Manager administrator.public void setRoleStatus(String roleStatus)
The status of the Amazon Web Services account that you set as the Firewall Manager administrator.
roleStatus
- The status of the Amazon Web Services account that you set as the Firewall Manager administrator.AccountRoleStatus
public String getRoleStatus()
The status of the Amazon Web Services account that you set as the Firewall Manager administrator.
AccountRoleStatus
public GetAdminAccountResult withRoleStatus(String roleStatus)
The status of the Amazon Web Services account that you set as the Firewall Manager administrator.
roleStatus
- The status of the Amazon Web Services account that you set as the Firewall Manager administrator.AccountRoleStatus
public GetAdminAccountResult withRoleStatus(AccountRoleStatus roleStatus)
The status of the Amazon Web Services account that you set as the Firewall Manager administrator.
roleStatus
- The status of the Amazon Web Services account that you set as the Firewall Manager administrator.AccountRoleStatus
public String toString()
toString
in class Object
Object.toString()
public GetAdminAccountResult clone()