@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAdminScopeResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetAdminScopeResult() |
Modifier and Type | Method and Description |
---|---|
GetAdminScopeResult |
clone() |
boolean |
equals(Object obj) |
AdminScope |
getAdminScope()
Contains details about the administrative scope of the requested account.
|
String |
getStatus()
The current status of the request to onboard a member account as an Firewall Manager administrator.
|
int |
hashCode() |
void |
setAdminScope(AdminScope adminScope)
Contains details about the administrative scope of the requested account.
|
void |
setStatus(String status)
The current status of the request to onboard a member account as an Firewall Manager administrator.
|
String |
toString()
Returns a string representation of this object.
|
GetAdminScopeResult |
withAdminScope(AdminScope adminScope)
Contains details about the administrative scope of the requested account.
|
GetAdminScopeResult |
withStatus(OrganizationStatus status)
The current status of the request to onboard a member account as an Firewall Manager administrator.
|
GetAdminScopeResult |
withStatus(String status)
The current status of the request to onboard a member account as an Firewall Manager administrator.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAdminScope(AdminScope adminScope)
Contains details about the administrative scope of the requested account.
adminScope
- Contains details about the administrative scope of the requested account.public AdminScope getAdminScope()
Contains details about the administrative scope of the requested account.
public GetAdminScopeResult withAdminScope(AdminScope adminScope)
Contains details about the administrative scope of the requested account.
adminScope
- Contains details about the administrative scope of the requested account.public void setStatus(String status)
The current status of the request to onboard a member account as an Firewall Manager administrator.
ONBOARDING
- The account is onboarding to Firewall Manager as an administrator.
ONBOARDING_COMPLETE
- Firewall Manager The account is onboarded to Firewall Manager as an
administrator, and can perform actions on the resources defined in their AdminScope.
OFFBOARDING
- The account is being removed as an Firewall Manager administrator.
OFFBOARDING_COMPLETE
- The account has been removed as an Firewall Manager administrator.
status
- The current status of the request to onboard a member account as an Firewall Manager administrator.
ONBOARDING
- The account is onboarding to Firewall Manager as an administrator.
ONBOARDING_COMPLETE
- Firewall Manager The account is onboarded to Firewall Manager as an
administrator, and can perform actions on the resources defined in their AdminScope.
OFFBOARDING
- The account is being removed as an Firewall Manager administrator.
OFFBOARDING_COMPLETE
- The account has been removed as an Firewall Manager administrator.
OrganizationStatus
public String getStatus()
The current status of the request to onboard a member account as an Firewall Manager administrator.
ONBOARDING
- The account is onboarding to Firewall Manager as an administrator.
ONBOARDING_COMPLETE
- Firewall Manager The account is onboarded to Firewall Manager as an
administrator, and can perform actions on the resources defined in their AdminScope.
OFFBOARDING
- The account is being removed as an Firewall Manager administrator.
OFFBOARDING_COMPLETE
- The account has been removed as an Firewall Manager administrator.
ONBOARDING
- The account is onboarding to Firewall Manager as an administrator.
ONBOARDING_COMPLETE
- Firewall Manager The account is onboarded to Firewall Manager as an
administrator, and can perform actions on the resources defined in their AdminScope.
OFFBOARDING
- The account is being removed as an Firewall Manager administrator.
OFFBOARDING_COMPLETE
- The account has been removed as an Firewall Manager administrator.
OrganizationStatus
public GetAdminScopeResult withStatus(String status)
The current status of the request to onboard a member account as an Firewall Manager administrator.
ONBOARDING
- The account is onboarding to Firewall Manager as an administrator.
ONBOARDING_COMPLETE
- Firewall Manager The account is onboarded to Firewall Manager as an
administrator, and can perform actions on the resources defined in their AdminScope.
OFFBOARDING
- The account is being removed as an Firewall Manager administrator.
OFFBOARDING_COMPLETE
- The account has been removed as an Firewall Manager administrator.
status
- The current status of the request to onboard a member account as an Firewall Manager administrator.
ONBOARDING
- The account is onboarding to Firewall Manager as an administrator.
ONBOARDING_COMPLETE
- Firewall Manager The account is onboarded to Firewall Manager as an
administrator, and can perform actions on the resources defined in their AdminScope.
OFFBOARDING
- The account is being removed as an Firewall Manager administrator.
OFFBOARDING_COMPLETE
- The account has been removed as an Firewall Manager administrator.
OrganizationStatus
public GetAdminScopeResult withStatus(OrganizationStatus status)
The current status of the request to onboard a member account as an Firewall Manager administrator.
ONBOARDING
- The account is onboarding to Firewall Manager as an administrator.
ONBOARDING_COMPLETE
- Firewall Manager The account is onboarded to Firewall Manager as an
administrator, and can perform actions on the resources defined in their AdminScope.
OFFBOARDING
- The account is being removed as an Firewall Manager administrator.
OFFBOARDING_COMPLETE
- The account has been removed as an Firewall Manager administrator.
status
- The current status of the request to onboard a member account as an Firewall Manager administrator.
ONBOARDING
- The account is onboarding to Firewall Manager as an administrator.
ONBOARDING_COMPLETE
- Firewall Manager The account is onboarded to Firewall Manager as an
administrator, and can perform actions on the resources defined in their AdminScope.
OFFBOARDING
- The account is being removed as an Firewall Manager administrator.
OFFBOARDING_COMPLETE
- The account has been removed as an Firewall Manager administrator.
OrganizationStatus
public String toString()
toString
in class Object
Object.toString()
public GetAdminScopeResult clone()