@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getAutoEnable()
Specifies whether to enable Amazon Macie automatically for each account, when the account is added to the Amazon
Web Services organization.
|
int |
hashCode() |
Boolean |
isAutoEnable()
Specifies whether to enable Amazon Macie automatically for each account, when the account is added to the Amazon
Web Services organization.
|
void |
setAutoEnable(Boolean autoEnable)
Specifies whether to enable Amazon Macie automatically for each account, when the account is added to the Amazon
Web Services organization.
|
String |
toString()
Returns a string representation of this object.
|
UpdateOrganizationConfigurationRequest |
withAutoEnable(Boolean autoEnable)
Specifies whether to enable Amazon Macie automatically for each account, when the account is added to the Amazon
Web Services organization.
|
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 UpdateOrganizationConfigurationRequest()
public void setAutoEnable(Boolean autoEnable)
Specifies whether to enable Amazon Macie automatically for each account, when the account is added to the Amazon Web Services organization.
autoEnable
- Specifies whether to enable Amazon Macie automatically for each account, when the account is added to the
Amazon Web Services organization.public Boolean getAutoEnable()
Specifies whether to enable Amazon Macie automatically for each account, when the account is added to the Amazon Web Services organization.
public UpdateOrganizationConfigurationRequest withAutoEnable(Boolean autoEnable)
Specifies whether to enable Amazon Macie automatically for each account, when the account is added to the Amazon Web Services organization.
autoEnable
- Specifies whether to enable Amazon Macie automatically for each account, when the account is added to the
Amazon Web Services organization.public Boolean isAutoEnable()
Specifies whether to enable Amazon Macie automatically for each account, when the account is added to the Amazon Web Services organization.
public String toString()
toString
in class Object
Object.toString()
public UpdateOrganizationConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()