@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateOrganizationConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateOrganizationConfigurationRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateOrganizationConfigurationRequest |
clone() |
boolean |
equals(Object obj) |
Boolean |
getAutoEnable()
Specifies whether Amazon Macie is enabled automatically for each account, when the account is added to the AWS
organization.
|
int |
hashCode() |
Boolean |
isAutoEnable()
Specifies whether Amazon Macie is enabled automatically for each account, when the account is added to the AWS
organization.
|
void |
setAutoEnable(Boolean autoEnable)
Specifies whether Amazon Macie is enabled automatically for each account, when the account is added to the AWS
organization.
|
String |
toString()
Returns a string representation of this object.
|
UpdateOrganizationConfigurationRequest |
withAutoEnable(Boolean autoEnable)
Specifies whether Amazon Macie is enabled automatically for each account, when the account is added to the AWS
organization.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic UpdateOrganizationConfigurationRequest()
public void setAutoEnable(Boolean autoEnable)
Specifies whether Amazon Macie is enabled automatically for each account, when the account is added to the AWS organization.
autoEnable - Specifies whether Amazon Macie is enabled automatically for each account, when the account is added to the
AWS organization.public Boolean getAutoEnable()
Specifies whether Amazon Macie is enabled automatically for each account, when the account is added to the AWS organization.
public UpdateOrganizationConfigurationRequest withAutoEnable(Boolean autoEnable)
Specifies whether Amazon Macie is enabled automatically for each account, when the account is added to the AWS organization.
autoEnable - Specifies whether Amazon Macie is enabled automatically for each account, when the account is added to the
AWS organization.public Boolean isAutoEnable()
Specifies whether Amazon Macie is enabled automatically for each account, when the account is added to the AWS organization.
public String toString()
toString in class ObjectObject.toString()public UpdateOrganizationConfigurationRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.