@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAutomatedDiscoveryConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetAutomatedDiscoveryConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
GetAutomatedDiscoveryConfigurationResult |
clone() |
boolean |
equals(Object obj) |
String |
getAutoEnableOrganizationMembers()
Specifies whether automated sensitive data discovery is enabled automatically for accounts in the organization.
|
String |
getClassificationScopeId()
The unique identifier for the classification scope that's used when performing automated sensitive data
discovery.
|
Date |
getDisabledAt()
The date and time, in UTC and extended ISO 8601 format, when automated sensitive data discovery was most recently
disabled.
|
Date |
getFirstEnabledAt()
The date and time, in UTC and extended ISO 8601 format, when automated sensitive data discovery was initially
enabled.
|
Date |
getLastUpdatedAt()
The date and time, in UTC and extended ISO 8601 format, when the configuration settings or status of automated
sensitive data discovery was most recently changed.
|
String |
getSensitivityInspectionTemplateId()
The unique identifier for the sensitivity inspection template that's used when performing automated sensitive
data discovery.
|
String |
getStatus()
The current status of automated sensitive data discovery for the organization or account.
|
int |
hashCode() |
void |
setAutoEnableOrganizationMembers(String autoEnableOrganizationMembers)
Specifies whether automated sensitive data discovery is enabled automatically for accounts in the organization.
|
void |
setClassificationScopeId(String classificationScopeId)
The unique identifier for the classification scope that's used when performing automated sensitive data
discovery.
|
void |
setDisabledAt(Date disabledAt)
The date and time, in UTC and extended ISO 8601 format, when automated sensitive data discovery was most recently
disabled.
|
void |
setFirstEnabledAt(Date firstEnabledAt)
The date and time, in UTC and extended ISO 8601 format, when automated sensitive data discovery was initially
enabled.
|
void |
setLastUpdatedAt(Date lastUpdatedAt)
The date and time, in UTC and extended ISO 8601 format, when the configuration settings or status of automated
sensitive data discovery was most recently changed.
|
void |
setSensitivityInspectionTemplateId(String sensitivityInspectionTemplateId)
The unique identifier for the sensitivity inspection template that's used when performing automated sensitive
data discovery.
|
void |
setStatus(String status)
The current status of automated sensitive data discovery for the organization or account.
|
String |
toString()
Returns a string representation of this object.
|
GetAutomatedDiscoveryConfigurationResult |
withAutoEnableOrganizationMembers(AutoEnableMode autoEnableOrganizationMembers)
Specifies whether automated sensitive data discovery is enabled automatically for accounts in the organization.
|
GetAutomatedDiscoveryConfigurationResult |
withAutoEnableOrganizationMembers(String autoEnableOrganizationMembers)
Specifies whether automated sensitive data discovery is enabled automatically for accounts in the organization.
|
GetAutomatedDiscoveryConfigurationResult |
withClassificationScopeId(String classificationScopeId)
The unique identifier for the classification scope that's used when performing automated sensitive data
discovery.
|
GetAutomatedDiscoveryConfigurationResult |
withDisabledAt(Date disabledAt)
The date and time, in UTC and extended ISO 8601 format, when automated sensitive data discovery was most recently
disabled.
|
GetAutomatedDiscoveryConfigurationResult |
withFirstEnabledAt(Date firstEnabledAt)
The date and time, in UTC and extended ISO 8601 format, when automated sensitive data discovery was initially
enabled.
|
GetAutomatedDiscoveryConfigurationResult |
withLastUpdatedAt(Date lastUpdatedAt)
The date and time, in UTC and extended ISO 8601 format, when the configuration settings or status of automated
sensitive data discovery was most recently changed.
|
GetAutomatedDiscoveryConfigurationResult |
withSensitivityInspectionTemplateId(String sensitivityInspectionTemplateId)
The unique identifier for the sensitivity inspection template that's used when performing automated sensitive
data discovery.
|
GetAutomatedDiscoveryConfigurationResult |
withStatus(AutomatedDiscoveryStatus status)
The current status of automated sensitive data discovery for the organization or account.
|
GetAutomatedDiscoveryConfigurationResult |
withStatus(String status)
The current status of automated sensitive data discovery for the organization or account.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public GetAutomatedDiscoveryConfigurationResult()
public void setAutoEnableOrganizationMembers(String autoEnableOrganizationMembers)
Specifies whether automated sensitive data discovery is enabled automatically for accounts in the organization. Possible values are: ALL, 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.
autoEnableOrganizationMembers
- Specifies whether automated sensitive data discovery is enabled automatically for accounts in the
organization. Possible values are: ALL, 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.AutoEnableMode
public String getAutoEnableOrganizationMembers()
Specifies whether automated sensitive data discovery is enabled automatically for accounts in the organization. Possible values are: ALL, 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.
AutoEnableMode
public GetAutomatedDiscoveryConfigurationResult withAutoEnableOrganizationMembers(String autoEnableOrganizationMembers)
Specifies whether automated sensitive data discovery is enabled automatically for accounts in the organization. Possible values are: ALL, 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.
autoEnableOrganizationMembers
- Specifies whether automated sensitive data discovery is enabled automatically for accounts in the
organization. Possible values are: ALL, 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.AutoEnableMode
public GetAutomatedDiscoveryConfigurationResult withAutoEnableOrganizationMembers(AutoEnableMode autoEnableOrganizationMembers)
Specifies whether automated sensitive data discovery is enabled automatically for accounts in the organization. Possible values are: ALL, 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.
autoEnableOrganizationMembers
- Specifies whether automated sensitive data discovery is enabled automatically for accounts in the
organization. Possible values are: ALL, 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.AutoEnableMode
public void setClassificationScopeId(String classificationScopeId)
The unique identifier for the classification scope that's used when performing automated sensitive data discovery. The classification scope specifies S3 buckets to exclude from analyses.
classificationScopeId
- The unique identifier for the classification scope that's used when performing automated sensitive data
discovery. The classification scope specifies S3 buckets to exclude from analyses.public String getClassificationScopeId()
The unique identifier for the classification scope that's used when performing automated sensitive data discovery. The classification scope specifies S3 buckets to exclude from analyses.
public GetAutomatedDiscoveryConfigurationResult withClassificationScopeId(String classificationScopeId)
The unique identifier for the classification scope that's used when performing automated sensitive data discovery. The classification scope specifies S3 buckets to exclude from analyses.
classificationScopeId
- The unique identifier for the classification scope that's used when performing automated sensitive data
discovery. The classification scope specifies S3 buckets to exclude from analyses.public void setDisabledAt(Date disabledAt)
The date and time, in UTC and extended ISO 8601 format, when automated sensitive data discovery was most recently disabled. This value is null if automated sensitive data discovery is currently enabled.
disabledAt
- The date and time, in UTC and extended ISO 8601 format, when automated sensitive data discovery was most
recently disabled. This value is null if automated sensitive data discovery is currently enabled.public Date getDisabledAt()
The date and time, in UTC and extended ISO 8601 format, when automated sensitive data discovery was most recently disabled. This value is null if automated sensitive data discovery is currently enabled.
public GetAutomatedDiscoveryConfigurationResult withDisabledAt(Date disabledAt)
The date and time, in UTC and extended ISO 8601 format, when automated sensitive data discovery was most recently disabled. This value is null if automated sensitive data discovery is currently enabled.
disabledAt
- The date and time, in UTC and extended ISO 8601 format, when automated sensitive data discovery was most
recently disabled. This value is null if automated sensitive data discovery is currently enabled.public void setFirstEnabledAt(Date firstEnabledAt)
The date and time, in UTC and extended ISO 8601 format, when automated sensitive data discovery was initially enabled. This value is null if automated sensitive data discovery has never been enabled.
firstEnabledAt
- The date and time, in UTC and extended ISO 8601 format, when automated sensitive data discovery was
initially enabled. This value is null if automated sensitive data discovery has never been enabled.public Date getFirstEnabledAt()
The date and time, in UTC and extended ISO 8601 format, when automated sensitive data discovery was initially enabled. This value is null if automated sensitive data discovery has never been enabled.
public GetAutomatedDiscoveryConfigurationResult withFirstEnabledAt(Date firstEnabledAt)
The date and time, in UTC and extended ISO 8601 format, when automated sensitive data discovery was initially enabled. This value is null if automated sensitive data discovery has never been enabled.
firstEnabledAt
- The date and time, in UTC and extended ISO 8601 format, when automated sensitive data discovery was
initially enabled. This value is null if automated sensitive data discovery has never been enabled.public void setLastUpdatedAt(Date lastUpdatedAt)
The date and time, in UTC and extended ISO 8601 format, when the configuration settings or status of automated sensitive data discovery was most recently changed.
lastUpdatedAt
- The date and time, in UTC and extended ISO 8601 format, when the configuration settings or status of
automated sensitive data discovery was most recently changed.public Date getLastUpdatedAt()
The date and time, in UTC and extended ISO 8601 format, when the configuration settings or status of automated sensitive data discovery was most recently changed.
public GetAutomatedDiscoveryConfigurationResult withLastUpdatedAt(Date lastUpdatedAt)
The date and time, in UTC and extended ISO 8601 format, when the configuration settings or status of automated sensitive data discovery was most recently changed.
lastUpdatedAt
- The date and time, in UTC and extended ISO 8601 format, when the configuration settings or status of
automated sensitive data discovery was most recently changed.public void setSensitivityInspectionTemplateId(String sensitivityInspectionTemplateId)
The unique identifier for the sensitivity inspection template that's used when performing automated sensitive data discovery. The template specifies which allow lists, custom data identifiers, and managed data identifiers to use when analyzing data.
sensitivityInspectionTemplateId
- The unique identifier for the sensitivity inspection template that's used when performing automated
sensitive data discovery. The template specifies which allow lists, custom data identifiers, and managed
data identifiers to use when analyzing data.public String getSensitivityInspectionTemplateId()
The unique identifier for the sensitivity inspection template that's used when performing automated sensitive data discovery. The template specifies which allow lists, custom data identifiers, and managed data identifiers to use when analyzing data.
public GetAutomatedDiscoveryConfigurationResult withSensitivityInspectionTemplateId(String sensitivityInspectionTemplateId)
The unique identifier for the sensitivity inspection template that's used when performing automated sensitive data discovery. The template specifies which allow lists, custom data identifiers, and managed data identifiers to use when analyzing data.
sensitivityInspectionTemplateId
- The unique identifier for the sensitivity inspection template that's used when performing automated
sensitive data discovery. The template specifies which allow lists, custom data identifiers, and managed
data identifiers to use when analyzing data.public void setStatus(String status)
The current status of automated sensitive data discovery for the organization or account. Possible values are: ENABLED, use the specified settings to perform automated sensitive data discovery activities; and, DISABLED, don't perform automated sensitive data discovery activities.
status
- The current status of automated sensitive data discovery for the organization or account. Possible values
are: ENABLED, use the specified settings to perform automated sensitive data discovery activities; and,
DISABLED, don't perform automated sensitive data discovery activities.AutomatedDiscoveryStatus
public String getStatus()
The current status of automated sensitive data discovery for the organization or account. Possible values are: ENABLED, use the specified settings to perform automated sensitive data discovery activities; and, DISABLED, don't perform automated sensitive data discovery activities.
AutomatedDiscoveryStatus
public GetAutomatedDiscoveryConfigurationResult withStatus(String status)
The current status of automated sensitive data discovery for the organization or account. Possible values are: ENABLED, use the specified settings to perform automated sensitive data discovery activities; and, DISABLED, don't perform automated sensitive data discovery activities.
status
- The current status of automated sensitive data discovery for the organization or account. Possible values
are: ENABLED, use the specified settings to perform automated sensitive data discovery activities; and,
DISABLED, don't perform automated sensitive data discovery activities.AutomatedDiscoveryStatus
public GetAutomatedDiscoveryConfigurationResult withStatus(AutomatedDiscoveryStatus status)
The current status of automated sensitive data discovery for the organization or account. Possible values are: ENABLED, use the specified settings to perform automated sensitive data discovery activities; and, DISABLED, don't perform automated sensitive data discovery activities.
status
- The current status of automated sensitive data discovery for the organization or account. Possible values
are: ENABLED, use the specified settings to perform automated sensitive data discovery activities; and,
DISABLED, don't perform automated sensitive data discovery activities.AutomatedDiscoveryStatus
public String toString()
toString
in class Object
Object.toString()
public GetAutomatedDiscoveryConfigurationResult clone()