@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateAdminAccountRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
AssociateAdminAccountRequest() |
Modifier and Type | Method and Description |
---|---|
AssociateAdminAccountRequest |
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 associate with Firewall Manager as the Firewall Manager default
administrator account.
|
int |
hashCode() |
void |
setAdminAccount(String adminAccount)
The Amazon Web Services account ID to associate with Firewall Manager as the Firewall Manager default
administrator account.
|
String |
toString()
Returns a string representation of this object.
|
AssociateAdminAccountRequest |
withAdminAccount(String adminAccount)
The Amazon Web Services account ID to associate with Firewall Manager as the Firewall Manager default
administrator account.
|
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 associate with Firewall Manager as the Firewall Manager default administrator account. This account must be a member account of the organization in Organizations whose resources you want to protect. For more information about Organizations, see Managing the Amazon Web Services Accounts in Your Organization.
adminAccount
- The Amazon Web Services account ID to associate with Firewall Manager as the Firewall Manager default
administrator account. This account must be a member account of the organization in Organizations whose
resources you want to protect. 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 associate with Firewall Manager as the Firewall Manager default administrator account. This account must be a member account of the organization in Organizations whose resources you want to protect. For more information about Organizations, see Managing the Amazon Web Services Accounts in Your Organization.
public AssociateAdminAccountRequest withAdminAccount(String adminAccount)
The Amazon Web Services account ID to associate with Firewall Manager as the Firewall Manager default administrator account. This account must be a member account of the organization in Organizations whose resources you want to protect. For more information about Organizations, see Managing the Amazon Web Services Accounts in Your Organization.
adminAccount
- The Amazon Web Services account ID to associate with Firewall Manager as the Firewall Manager default
administrator account. This account must be a member account of the organization in Organizations whose
resources you want to protect. For more information about Organizations, see Managing the
Amazon Web Services Accounts in Your Organization.public String toString()
toString
in class Object
Object.toString()
public AssociateAdminAccountRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()