@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SensitivityInspectionTemplatesEntry extends Object implements Serializable, Cloneable, StructuredPojo
Provides information about the sensitivity inspection template for an Amazon Macie account. Macie uses the template's settings when it performs automated sensitive data discovery for the account.
| Constructor and Description |
|---|
SensitivityInspectionTemplatesEntry() |
| Modifier and Type | Method and Description |
|---|---|
SensitivityInspectionTemplatesEntry |
clone() |
boolean |
equals(Object obj) |
String |
getId()
The unique identifier for the sensitivity inspection template for the account.
|
String |
getName()
The name of the sensitivity inspection template for the account.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setId(String id)
The unique identifier for the sensitivity inspection template for the account.
|
void |
setName(String name)
The name of the sensitivity inspection template for the account.
|
String |
toString()
Returns a string representation of this object.
|
SensitivityInspectionTemplatesEntry |
withId(String id)
The unique identifier for the sensitivity inspection template for the account.
|
SensitivityInspectionTemplatesEntry |
withName(String name)
The name of the sensitivity inspection template for the account.
|
public void setId(String id)
The unique identifier for the sensitivity inspection template for the account.
id - The unique identifier for the sensitivity inspection template for the account.public String getId()
The unique identifier for the sensitivity inspection template for the account.
public SensitivityInspectionTemplatesEntry withId(String id)
The unique identifier for the sensitivity inspection template for the account.
id - The unique identifier for the sensitivity inspection template for the account.public void setName(String name)
The name of the sensitivity inspection template for the account.
name - The name of the sensitivity inspection template for the account.public String getName()
The name of the sensitivity inspection template for the account.
public SensitivityInspectionTemplatesEntry withName(String name)
The name of the sensitivity inspection template for the account.
name - The name of the sensitivity inspection template for the account.public String toString()
toString in class ObjectObject.toString()public SensitivityInspectionTemplatesEntry clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.