@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSensitivityInspectionTemplateResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetSensitivityInspectionTemplateResult() |
Modifier and Type | Method and Description |
---|---|
GetSensitivityInspectionTemplateResult |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
The custom description of the template.
|
SensitivityInspectionTemplateExcludes |
getExcludes()
The managed data identifiers that are explicitly excluded (not used) when analyzing data.
|
SensitivityInspectionTemplateIncludes |
getIncludes()
The allow lists, custom data identifiers, and managed data identifiers that are included (used) when analyzing
data.
|
String |
getName()
The name of the template: automated-sensitive-data-discovery.
|
String |
getSensitivityInspectionTemplateId()
The unique identifier for the template.
|
int |
hashCode() |
void |
setDescription(String description)
The custom description of the template.
|
void |
setExcludes(SensitivityInspectionTemplateExcludes excludes)
The managed data identifiers that are explicitly excluded (not used) when analyzing data.
|
void |
setIncludes(SensitivityInspectionTemplateIncludes includes)
The allow lists, custom data identifiers, and managed data identifiers that are included (used) when analyzing
data.
|
void |
setName(String name)
The name of the template: automated-sensitive-data-discovery.
|
void |
setSensitivityInspectionTemplateId(String sensitivityInspectionTemplateId)
The unique identifier for the template.
|
String |
toString()
Returns a string representation of this object.
|
GetSensitivityInspectionTemplateResult |
withDescription(String description)
The custom description of the template.
|
GetSensitivityInspectionTemplateResult |
withExcludes(SensitivityInspectionTemplateExcludes excludes)
The managed data identifiers that are explicitly excluded (not used) when analyzing data.
|
GetSensitivityInspectionTemplateResult |
withIncludes(SensitivityInspectionTemplateIncludes includes)
The allow lists, custom data identifiers, and managed data identifiers that are included (used) when analyzing
data.
|
GetSensitivityInspectionTemplateResult |
withName(String name)
The name of the template: automated-sensitive-data-discovery.
|
GetSensitivityInspectionTemplateResult |
withSensitivityInspectionTemplateId(String sensitivityInspectionTemplateId)
The unique identifier for the template.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public GetSensitivityInspectionTemplateResult()
public void setDescription(String description)
The custom description of the template.
description
- The custom description of the template.public String getDescription()
The custom description of the template.
public GetSensitivityInspectionTemplateResult withDescription(String description)
The custom description of the template.
description
- The custom description of the template.public void setExcludes(SensitivityInspectionTemplateExcludes excludes)
The managed data identifiers that are explicitly excluded (not used) when analyzing data.
excludes
- The managed data identifiers that are explicitly excluded (not used) when analyzing data.
public SensitivityInspectionTemplateExcludes getExcludes()
The managed data identifiers that are explicitly excluded (not used) when analyzing data.
The managed data identifiers that are explicitly excluded (not used) when analyzing data.
public GetSensitivityInspectionTemplateResult withExcludes(SensitivityInspectionTemplateExcludes excludes)
The managed data identifiers that are explicitly excluded (not used) when analyzing data.
excludes
- The managed data identifiers that are explicitly excluded (not used) when analyzing data.
public void setIncludes(SensitivityInspectionTemplateIncludes includes)
The allow lists, custom data identifiers, and managed data identifiers that are included (used) when analyzing data.
includes
- The allow lists, custom data identifiers, and managed data identifiers that are included (used) when
analyzing data.public SensitivityInspectionTemplateIncludes getIncludes()
The allow lists, custom data identifiers, and managed data identifiers that are included (used) when analyzing data.
public GetSensitivityInspectionTemplateResult withIncludes(SensitivityInspectionTemplateIncludes includes)
The allow lists, custom data identifiers, and managed data identifiers that are included (used) when analyzing data.
includes
- The allow lists, custom data identifiers, and managed data identifiers that are included (used) when
analyzing data.public void setName(String name)
The name of the template: automated-sensitive-data-discovery.
name
- The name of the template: automated-sensitive-data-discovery.public String getName()
The name of the template: automated-sensitive-data-discovery.
public GetSensitivityInspectionTemplateResult withName(String name)
The name of the template: automated-sensitive-data-discovery.
name
- The name of the template: automated-sensitive-data-discovery.public void setSensitivityInspectionTemplateId(String sensitivityInspectionTemplateId)
The unique identifier for the template.
sensitivityInspectionTemplateId
- The unique identifier for the template.public String getSensitivityInspectionTemplateId()
The unique identifier for the template.
public GetSensitivityInspectionTemplateResult withSensitivityInspectionTemplateId(String sensitivityInspectionTemplateId)
The unique identifier for the template.
sensitivityInspectionTemplateId
- The unique identifier for the template.public String toString()
toString
in class Object
Object.toString()
public GetSensitivityInspectionTemplateResult clone()