@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 performing automated sensitive data
discovery.
|
SensitivityInspectionTemplateIncludes |
getIncludes()
The allow lists, custom data identifiers, and managed data identifiers that are explicitly included (used) when
performing automated sensitive data discovery.
|
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 performing automated sensitive data
discovery.
|
void |
setIncludes(SensitivityInspectionTemplateIncludes includes)
The allow lists, custom data identifiers, and managed data identifiers that are explicitly included (used) when
performing automated sensitive data discovery.
|
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 performing automated sensitive data
discovery.
|
GetSensitivityInspectionTemplateResult |
withIncludes(SensitivityInspectionTemplateIncludes includes)
The allow lists, custom data identifiers, and managed data identifiers that are explicitly included (used) when
performing automated sensitive data discovery.
|
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 performing automated sensitive data discovery.
excludes
- The managed data identifiers that are explicitly excluded (not used) when performing automated sensitive data discovery.
public SensitivityInspectionTemplateExcludes getExcludes()
The managed data identifiers that are explicitly excluded (not used) when performing automated sensitive data discovery.
The managed data identifiers that are explicitly excluded (not used) when performing automated sensitive data discovery.
public GetSensitivityInspectionTemplateResult withExcludes(SensitivityInspectionTemplateExcludes excludes)
The managed data identifiers that are explicitly excluded (not used) when performing automated sensitive data discovery.
excludes
- The managed data identifiers that are explicitly excluded (not used) when performing automated sensitive data discovery.
public void setIncludes(SensitivityInspectionTemplateIncludes includes)
The allow lists, custom data identifiers, and managed data identifiers that are explicitly included (used) when performing automated sensitive data discovery.
includes
- The allow lists, custom data identifiers, and managed data identifiers that are explicitly included (used)
when performing automated sensitive data discovery.public SensitivityInspectionTemplateIncludes getIncludes()
The allow lists, custom data identifiers, and managed data identifiers that are explicitly included (used) when performing automated sensitive data discovery.
public GetSensitivityInspectionTemplateResult withIncludes(SensitivityInspectionTemplateIncludes includes)
The allow lists, custom data identifiers, and managed data identifiers that are explicitly included (used) when performing automated sensitive data discovery.
includes
- The allow lists, custom data identifiers, and managed data identifiers that are explicitly included (used)
when performing automated sensitive data discovery.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()