@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutAdminAccountRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
PutAdminAccountRequest() |
Modifier and Type | Method and Description |
---|---|
PutAdminAccountRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAdminAccount()
The Amazon Web Services account ID to add as an Firewall Manager administrator account.
|
AdminScope |
getAdminScope()
Configures the resources that the specified Firewall Manager administrator can manage.
|
int |
hashCode() |
void |
setAdminAccount(String adminAccount)
The Amazon Web Services account ID to add as an Firewall Manager administrator account.
|
void |
setAdminScope(AdminScope adminScope)
Configures the resources that the specified Firewall Manager administrator can manage.
|
String |
toString()
Returns a string representation of this object.
|
PutAdminAccountRequest |
withAdminAccount(String adminAccount)
The Amazon Web Services account ID to add as an Firewall Manager administrator account.
|
PutAdminAccountRequest |
withAdminScope(AdminScope adminScope)
Configures the resources that the specified Firewall Manager administrator can manage.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setAdminAccount(String adminAccount)
The Amazon Web Services account ID to add as an Firewall Manager administrator account. The account must be a member of the organization that was onboarded to Firewall Manager by AssociateAdminAccount. For more information about Organizations, see Managing the Amazon Web Services Accounts in Your Organization.
adminAccount
- The Amazon Web Services account ID to add as an Firewall Manager administrator account. The account must
be a member of the organization that was onboarded to Firewall Manager by AssociateAdminAccount.
For more information about Organizations, see Managing the
Amazon Web Services Accounts in Your Organization.public String getAdminAccount()
The Amazon Web Services account ID to add as an Firewall Manager administrator account. The account must be a member of the organization that was onboarded to Firewall Manager by AssociateAdminAccount. For more information about Organizations, see Managing the Amazon Web Services Accounts in Your Organization.
public PutAdminAccountRequest withAdminAccount(String adminAccount)
The Amazon Web Services account ID to add as an Firewall Manager administrator account. The account must be a member of the organization that was onboarded to Firewall Manager by AssociateAdminAccount. For more information about Organizations, see Managing the Amazon Web Services Accounts in Your Organization.
adminAccount
- The Amazon Web Services account ID to add as an Firewall Manager administrator account. The account must
be a member of the organization that was onboarded to Firewall Manager by AssociateAdminAccount.
For more information about Organizations, see Managing the
Amazon Web Services Accounts in Your Organization.public void setAdminScope(AdminScope adminScope)
Configures the resources that the specified Firewall Manager administrator can manage. As a best practice, set the administrative scope according to the principles of least privilege. Only grant the administrator the specific resources or permissions that they need to perform the duties of their role.
adminScope
- Configures the resources that the specified Firewall Manager administrator can manage. As a best practice,
set the administrative scope according to the principles of least privilege. Only grant the administrator
the specific resources or permissions that they need to perform the duties of their role.public AdminScope getAdminScope()
Configures the resources that the specified Firewall Manager administrator can manage. As a best practice, set the administrative scope according to the principles of least privilege. Only grant the administrator the specific resources or permissions that they need to perform the duties of their role.
public PutAdminAccountRequest withAdminScope(AdminScope adminScope)
Configures the resources that the specified Firewall Manager administrator can manage. As a best practice, set the administrative scope according to the principles of least privilege. Only grant the administrator the specific resources or permissions that they need to perform the duties of their role.
adminScope
- Configures the resources that the specified Firewall Manager administrator can manage. As a best practice,
set the administrative scope according to the principles of least privilege. Only grant the administrator
the specific resources or permissions that they need to perform the duties of their role.public String toString()
toString
in class Object
Object.toString()
public PutAdminAccountRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()