@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 AWS account ID to associate with AWS Firewall Manager as the AWS Firewall Manager administrator account.
|
int |
hashCode() |
void |
setAdminAccount(String adminAccount)
The AWS account ID to associate with AWS Firewall Manager as the AWS Firewall Manager administrator account.
|
String |
toString()
Returns a string representation of this object.
|
AssociateAdminAccountRequest |
withAdminAccount(String adminAccount)
The AWS account ID to associate with AWS Firewall Manager as the AWS Firewall Manager 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 AWS account ID to associate with AWS Firewall Manager as the AWS Firewall Manager administrator account. This can be an AWS Organizations master account or a member account. For more information about AWS Organizations and master accounts, see Managing the AWS Accounts in Your Organization.
adminAccount
- The AWS account ID to associate with AWS Firewall Manager as the AWS Firewall Manager administrator
account. This can be an AWS Organizations master account or a member account. For more information about
AWS Organizations and master accounts, see Managing the
AWS Accounts in Your Organization.public String getAdminAccount()
The AWS account ID to associate with AWS Firewall Manager as the AWS Firewall Manager administrator account. This can be an AWS Organizations master account or a member account. For more information about AWS Organizations and master accounts, see Managing the AWS Accounts in Your Organization.
public AssociateAdminAccountRequest withAdminAccount(String adminAccount)
The AWS account ID to associate with AWS Firewall Manager as the AWS Firewall Manager administrator account. This can be an AWS Organizations master account or a member account. For more information about AWS Organizations and master accounts, see Managing the AWS Accounts in Your Organization.
adminAccount
- The AWS account ID to associate with AWS Firewall Manager as the AWS Firewall Manager administrator
account. This can be an AWS Organizations master account or a member account. For more information about
AWS Organizations and master accounts, see Managing the
AWS Accounts in Your Organization.public String toString()
toString
in class Object
Object.toString()
public AssociateAdminAccountRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.