@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateAutomatedDiscoveryConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateAutomatedDiscoveryConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateAutomatedDiscoveryConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAutoEnableOrganizationMembers()
Specifies whether to automatically enable automated sensitive data discovery for accounts in the organization.
|
String |
getStatus()
The new status of automated sensitive data discovery for the organization or account.
|
int |
hashCode() |
void |
setAutoEnableOrganizationMembers(String autoEnableOrganizationMembers)
Specifies whether to automatically enable automated sensitive data discovery for accounts in the organization.
|
void |
setStatus(String status)
The new status of automated sensitive data discovery for the organization or account.
|
String |
toString()
Returns a string representation of this object.
|
UpdateAutomatedDiscoveryConfigurationRequest |
withAutoEnableOrganizationMembers(AutoEnableMode autoEnableOrganizationMembers)
Specifies whether to automatically enable automated sensitive data discovery for accounts in the organization.
|
UpdateAutomatedDiscoveryConfigurationRequest |
withAutoEnableOrganizationMembers(String autoEnableOrganizationMembers)
Specifies whether to automatically enable automated sensitive data discovery for accounts in the organization.
|
UpdateAutomatedDiscoveryConfigurationRequest |
withStatus(AutomatedDiscoveryStatus status)
The new status of automated sensitive data discovery for the organization or account.
|
UpdateAutomatedDiscoveryConfigurationRequest |
withStatus(String status)
The new status of automated sensitive data discovery for the organization or 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 UpdateAutomatedDiscoveryConfigurationRequest()
public void setAutoEnableOrganizationMembers(String autoEnableOrganizationMembers)
Specifies whether to automatically enable automated sensitive data discovery for accounts in the organization. Valid values are: ALL (default), enable it for all existing accounts and new member accounts; NEW, enable it only for new member accounts; and, NONE, don't enable it for any accounts.
If you specify NEW or NONE, automated sensitive data discovery continues to be enabled for any existing accounts that it's currently enabled for. To enable or disable it for individual member accounts, specify NEW or NONE, and then enable or disable it for each account by using the BatchUpdateAutomatedDiscoveryAccounts operation.
autoEnableOrganizationMembers
- Specifies whether to automatically enable automated sensitive data discovery for accounts in the
organization. Valid values are: ALL (default), enable it for all existing accounts and new member
accounts; NEW, enable it only for new member accounts; and, NONE, don't enable it for any accounts.
If you specify NEW or NONE, automated sensitive data discovery continues to be enabled for any existing accounts that it's currently enabled for. To enable or disable it for individual member accounts, specify NEW or NONE, and then enable or disable it for each account by using the BatchUpdateAutomatedDiscoveryAccounts operation.
AutoEnableMode
public String getAutoEnableOrganizationMembers()
Specifies whether to automatically enable automated sensitive data discovery for accounts in the organization. Valid values are: ALL (default), enable it for all existing accounts and new member accounts; NEW, enable it only for new member accounts; and, NONE, don't enable it for any accounts.
If you specify NEW or NONE, automated sensitive data discovery continues to be enabled for any existing accounts that it's currently enabled for. To enable or disable it for individual member accounts, specify NEW or NONE, and then enable or disable it for each account by using the BatchUpdateAutomatedDiscoveryAccounts operation.
If you specify NEW or NONE, automated sensitive data discovery continues to be enabled for any existing accounts that it's currently enabled for. To enable or disable it for individual member accounts, specify NEW or NONE, and then enable or disable it for each account by using the BatchUpdateAutomatedDiscoveryAccounts operation.
AutoEnableMode
public UpdateAutomatedDiscoveryConfigurationRequest withAutoEnableOrganizationMembers(String autoEnableOrganizationMembers)
Specifies whether to automatically enable automated sensitive data discovery for accounts in the organization. Valid values are: ALL (default), enable it for all existing accounts and new member accounts; NEW, enable it only for new member accounts; and, NONE, don't enable it for any accounts.
If you specify NEW or NONE, automated sensitive data discovery continues to be enabled for any existing accounts that it's currently enabled for. To enable or disable it for individual member accounts, specify NEW or NONE, and then enable or disable it for each account by using the BatchUpdateAutomatedDiscoveryAccounts operation.
autoEnableOrganizationMembers
- Specifies whether to automatically enable automated sensitive data discovery for accounts in the
organization. Valid values are: ALL (default), enable it for all existing accounts and new member
accounts; NEW, enable it only for new member accounts; and, NONE, don't enable it for any accounts.
If you specify NEW or NONE, automated sensitive data discovery continues to be enabled for any existing accounts that it's currently enabled for. To enable or disable it for individual member accounts, specify NEW or NONE, and then enable or disable it for each account by using the BatchUpdateAutomatedDiscoveryAccounts operation.
AutoEnableMode
public UpdateAutomatedDiscoveryConfigurationRequest withAutoEnableOrganizationMembers(AutoEnableMode autoEnableOrganizationMembers)
Specifies whether to automatically enable automated sensitive data discovery for accounts in the organization. Valid values are: ALL (default), enable it for all existing accounts and new member accounts; NEW, enable it only for new member accounts; and, NONE, don't enable it for any accounts.
If you specify NEW or NONE, automated sensitive data discovery continues to be enabled for any existing accounts that it's currently enabled for. To enable or disable it for individual member accounts, specify NEW or NONE, and then enable or disable it for each account by using the BatchUpdateAutomatedDiscoveryAccounts operation.
autoEnableOrganizationMembers
- Specifies whether to automatically enable automated sensitive data discovery for accounts in the
organization. Valid values are: ALL (default), enable it for all existing accounts and new member
accounts; NEW, enable it only for new member accounts; and, NONE, don't enable it for any accounts.
If you specify NEW or NONE, automated sensitive data discovery continues to be enabled for any existing accounts that it's currently enabled for. To enable or disable it for individual member accounts, specify NEW or NONE, and then enable or disable it for each account by using the BatchUpdateAutomatedDiscoveryAccounts operation.
AutoEnableMode
public void setStatus(String status)
The new status of automated sensitive data discovery for the organization or account. Valid values are: ENABLED, start or resume all automated sensitive data discovery activities; and, DISABLED, stop performing all automated sensitive data discovery activities.
If you specify DISABLED for an administrator account, you also disable automated sensitive data discovery for all member accounts in the organization.
status
- The new status of automated sensitive data discovery for the organization or account. Valid values are:
ENABLED, start or resume all automated sensitive data discovery activities; and, DISABLED, stop performing
all automated sensitive data discovery activities.
If you specify DISABLED for an administrator account, you also disable automated sensitive data discovery for all member accounts in the organization.
AutomatedDiscoveryStatus
public String getStatus()
The new status of automated sensitive data discovery for the organization or account. Valid values are: ENABLED, start or resume all automated sensitive data discovery activities; and, DISABLED, stop performing all automated sensitive data discovery activities.
If you specify DISABLED for an administrator account, you also disable automated sensitive data discovery for all member accounts in the organization.
If you specify DISABLED for an administrator account, you also disable automated sensitive data discovery for all member accounts in the organization.
AutomatedDiscoveryStatus
public UpdateAutomatedDiscoveryConfigurationRequest withStatus(String status)
The new status of automated sensitive data discovery for the organization or account. Valid values are: ENABLED, start or resume all automated sensitive data discovery activities; and, DISABLED, stop performing all automated sensitive data discovery activities.
If you specify DISABLED for an administrator account, you also disable automated sensitive data discovery for all member accounts in the organization.
status
- The new status of automated sensitive data discovery for the organization or account. Valid values are:
ENABLED, start or resume all automated sensitive data discovery activities; and, DISABLED, stop performing
all automated sensitive data discovery activities.
If you specify DISABLED for an administrator account, you also disable automated sensitive data discovery for all member accounts in the organization.
AutomatedDiscoveryStatus
public UpdateAutomatedDiscoveryConfigurationRequest withStatus(AutomatedDiscoveryStatus status)
The new status of automated sensitive data discovery for the organization or account. Valid values are: ENABLED, start or resume all automated sensitive data discovery activities; and, DISABLED, stop performing all automated sensitive data discovery activities.
If you specify DISABLED for an administrator account, you also disable automated sensitive data discovery for all member accounts in the organization.
status
- The new status of automated sensitive data discovery for the organization or account. Valid values are:
ENABLED, start or resume all automated sensitive data discovery activities; and, DISABLED, stop performing
all automated sensitive data discovery activities.
If you specify DISABLED for an administrator account, you also disable automated sensitive data discovery for all member accounts in the organization.
AutomatedDiscoveryStatus
public String toString()
toString
in class Object
Object.toString()
public UpdateAutomatedDiscoveryConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()