@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateSensitivityInspectionTemplateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateSensitivityInspectionTemplateRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateSensitivityInspectionTemplateRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDescription()
A custom description of the template.
|
SensitivityInspectionTemplateExcludes |
getExcludes()
The managed data identifiers to explicitly exclude (not use) when performing automated sensitive data discovery.
|
String |
getId()
The unique identifier for the Amazon Macie resource that the request applies to.
|
SensitivityInspectionTemplateIncludes |
getIncludes()
The allow lists, custom data identifiers, and managed data identifiers to explicitly include (use) when
performing automated sensitive data discovery.
|
int |
hashCode() |
void |
setDescription(String description)
A custom description of the template.
|
void |
setExcludes(SensitivityInspectionTemplateExcludes excludes)
The managed data identifiers to explicitly exclude (not use) when performing automated sensitive data discovery.
|
void |
setId(String id)
The unique identifier for the Amazon Macie resource that the request applies to.
|
void |
setIncludes(SensitivityInspectionTemplateIncludes includes)
The allow lists, custom data identifiers, and managed data identifiers to explicitly include (use) when
performing automated sensitive data discovery.
|
String |
toString()
Returns a string representation of this object.
|
UpdateSensitivityInspectionTemplateRequest |
withDescription(String description)
A custom description of the template.
|
UpdateSensitivityInspectionTemplateRequest |
withExcludes(SensitivityInspectionTemplateExcludes excludes)
The managed data identifiers to explicitly exclude (not use) when performing automated sensitive data discovery.
|
UpdateSensitivityInspectionTemplateRequest |
withId(String id)
The unique identifier for the Amazon Macie resource that the request applies to.
|
UpdateSensitivityInspectionTemplateRequest |
withIncludes(SensitivityInspectionTemplateIncludes includes)
The allow lists, custom data identifiers, and managed data identifiers to explicitly include (use) when
performing automated sensitive data discovery.
|
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 UpdateSensitivityInspectionTemplateRequest()
public void setDescription(String description)
A custom description of the template. The description can contain as many as 200 characters.
description
- A custom description of the template. The description can contain as many as 200 characters.public String getDescription()
A custom description of the template. The description can contain as many as 200 characters.
public UpdateSensitivityInspectionTemplateRequest withDescription(String description)
A custom description of the template. The description can contain as many as 200 characters.
description
- A custom description of the template. The description can contain as many as 200 characters.public void setExcludes(SensitivityInspectionTemplateExcludes excludes)
The managed data identifiers to explicitly exclude (not use) when performing automated sensitive data discovery.
To exclude an allow list or custom data identifier that's currently included by the template, update the values for the SensitivityInspectionTemplateIncludes.allowListIds and SensitivityInspectionTemplateIncludes.customDataIdentifierIds properties, respectively.
excludes
- The managed data identifiers to explicitly exclude (not use) when performing automated sensitive data discovery.
To exclude an allow list or custom data identifier that's currently included by the template, update the values for the SensitivityInspectionTemplateIncludes.allowListIds and SensitivityInspectionTemplateIncludes.customDataIdentifierIds properties, respectively.
public SensitivityInspectionTemplateExcludes getExcludes()
The managed data identifiers to explicitly exclude (not use) when performing automated sensitive data discovery.
To exclude an allow list or custom data identifier that's currently included by the template, update the values for the SensitivityInspectionTemplateIncludes.allowListIds and SensitivityInspectionTemplateIncludes.customDataIdentifierIds properties, respectively.
The managed data identifiers to explicitly exclude (not use) when performing automated sensitive data discovery.
To exclude an allow list or custom data identifier that's currently included by the template, update the values for the SensitivityInspectionTemplateIncludes.allowListIds and SensitivityInspectionTemplateIncludes.customDataIdentifierIds properties, respectively.
public UpdateSensitivityInspectionTemplateRequest withExcludes(SensitivityInspectionTemplateExcludes excludes)
The managed data identifiers to explicitly exclude (not use) when performing automated sensitive data discovery.
To exclude an allow list or custom data identifier that's currently included by the template, update the values for the SensitivityInspectionTemplateIncludes.allowListIds and SensitivityInspectionTemplateIncludes.customDataIdentifierIds properties, respectively.
excludes
- The managed data identifiers to explicitly exclude (not use) when performing automated sensitive data discovery.
To exclude an allow list or custom data identifier that's currently included by the template, update the values for the SensitivityInspectionTemplateIncludes.allowListIds and SensitivityInspectionTemplateIncludes.customDataIdentifierIds properties, respectively.
public void setId(String id)
The unique identifier for the Amazon Macie resource that the request applies to.
id
- The unique identifier for the Amazon Macie resource that the request applies to.public String getId()
The unique identifier for the Amazon Macie resource that the request applies to.
public UpdateSensitivityInspectionTemplateRequest withId(String id)
The unique identifier for the Amazon Macie resource that the request applies to.
id
- The unique identifier for the Amazon Macie resource that the request applies to.public void setIncludes(SensitivityInspectionTemplateIncludes includes)
The allow lists, custom data identifiers, and managed data identifiers to explicitly include (use) when performing automated sensitive data discovery.
includes
- The allow lists, custom data identifiers, and managed data identifiers to explicitly include (use) when
performing automated sensitive data discovery.public SensitivityInspectionTemplateIncludes getIncludes()
The allow lists, custom data identifiers, and managed data identifiers to explicitly include (use) when performing automated sensitive data discovery.
public UpdateSensitivityInspectionTemplateRequest withIncludes(SensitivityInspectionTemplateIncludes includes)
The allow lists, custom data identifiers, and managed data identifiers to explicitly include (use) when performing automated sensitive data discovery.
includes
- The allow lists, custom data identifiers, and managed data identifiers to explicitly include (use) when
performing automated sensitive data discovery.public String toString()
toString
in class Object
Object.toString()
public UpdateSensitivityInspectionTemplateRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()