@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ManagedDataIdentifierSummary extends Object implements Serializable, Cloneable, StructuredPojo
Provides information about a managed data identifier. For additional information, see Using managed data identifiers in the Amazon Macie User Guide.
Constructor and Description |
---|
ManagedDataIdentifierSummary() |
Modifier and Type | Method and Description |
---|---|
ManagedDataIdentifierSummary |
clone() |
boolean |
equals(Object obj) |
String |
getCategory()
The category of sensitive data that the managed data identifier detects: CREDENTIALS, for credentials data such
as private keys or Amazon Web Services secret access keys; FINANCIAL_INFORMATION, for financial data such as
credit card numbers; or, PERSONAL_INFORMATION, for personal health information, such as health insurance
identification numbers, or personally identifiable information, such as passport numbers.
|
String |
getId()
The unique identifier for the managed data identifier.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCategory(String category)
The category of sensitive data that the managed data identifier detects: CREDENTIALS, for credentials data such
as private keys or Amazon Web Services secret access keys; FINANCIAL_INFORMATION, for financial data such as
credit card numbers; or, PERSONAL_INFORMATION, for personal health information, such as health insurance
identification numbers, or personally identifiable information, such as passport numbers.
|
void |
setId(String id)
The unique identifier for the managed data identifier.
|
String |
toString()
Returns a string representation of this object.
|
ManagedDataIdentifierSummary |
withCategory(SensitiveDataItemCategory category)
The category of sensitive data that the managed data identifier detects: CREDENTIALS, for credentials data such
as private keys or Amazon Web Services secret access keys; FINANCIAL_INFORMATION, for financial data such as
credit card numbers; or, PERSONAL_INFORMATION, for personal health information, such as health insurance
identification numbers, or personally identifiable information, such as passport numbers.
|
ManagedDataIdentifierSummary |
withCategory(String category)
The category of sensitive data that the managed data identifier detects: CREDENTIALS, for credentials data such
as private keys or Amazon Web Services secret access keys; FINANCIAL_INFORMATION, for financial data such as
credit card numbers; or, PERSONAL_INFORMATION, for personal health information, such as health insurance
identification numbers, or personally identifiable information, such as passport numbers.
|
ManagedDataIdentifierSummary |
withId(String id)
The unique identifier for the managed data identifier.
|
public void setCategory(String category)
The category of sensitive data that the managed data identifier detects: CREDENTIALS, for credentials data such as private keys or Amazon Web Services secret access keys; FINANCIAL_INFORMATION, for financial data such as credit card numbers; or, PERSONAL_INFORMATION, for personal health information, such as health insurance identification numbers, or personally identifiable information, such as passport numbers.
category
- The category of sensitive data that the managed data identifier detects: CREDENTIALS, for credentials data
such as private keys or Amazon Web Services secret access keys; FINANCIAL_INFORMATION, for financial data
such as credit card numbers; or, PERSONAL_INFORMATION, for personal health information, such as health
insurance identification numbers, or personally identifiable information, such as passport numbers.SensitiveDataItemCategory
public String getCategory()
The category of sensitive data that the managed data identifier detects: CREDENTIALS, for credentials data such as private keys or Amazon Web Services secret access keys; FINANCIAL_INFORMATION, for financial data such as credit card numbers; or, PERSONAL_INFORMATION, for personal health information, such as health insurance identification numbers, or personally identifiable information, such as passport numbers.
SensitiveDataItemCategory
public ManagedDataIdentifierSummary withCategory(String category)
The category of sensitive data that the managed data identifier detects: CREDENTIALS, for credentials data such as private keys or Amazon Web Services secret access keys; FINANCIAL_INFORMATION, for financial data such as credit card numbers; or, PERSONAL_INFORMATION, for personal health information, such as health insurance identification numbers, or personally identifiable information, such as passport numbers.
category
- The category of sensitive data that the managed data identifier detects: CREDENTIALS, for credentials data
such as private keys or Amazon Web Services secret access keys; FINANCIAL_INFORMATION, for financial data
such as credit card numbers; or, PERSONAL_INFORMATION, for personal health information, such as health
insurance identification numbers, or personally identifiable information, such as passport numbers.SensitiveDataItemCategory
public ManagedDataIdentifierSummary withCategory(SensitiveDataItemCategory category)
The category of sensitive data that the managed data identifier detects: CREDENTIALS, for credentials data such as private keys or Amazon Web Services secret access keys; FINANCIAL_INFORMATION, for financial data such as credit card numbers; or, PERSONAL_INFORMATION, for personal health information, such as health insurance identification numbers, or personally identifiable information, such as passport numbers.
category
- The category of sensitive data that the managed data identifier detects: CREDENTIALS, for credentials data
such as private keys or Amazon Web Services secret access keys; FINANCIAL_INFORMATION, for financial data
such as credit card numbers; or, PERSONAL_INFORMATION, for personal health information, such as health
insurance identification numbers, or personally identifiable information, such as passport numbers.SensitiveDataItemCategory
public void setId(String id)
The unique identifier for the managed data identifier. This is a string that describes the type of sensitive data that the managed data identifier detects. For example: OPENSSH_PRIVATE_KEY for OpenSSH private keys, CREDIT_CARD_NUMBER for credit card numbers, or USA_PASSPORT_NUMBER for US passport numbers.
id
- The unique identifier for the managed data identifier. This is a string that describes the type of
sensitive data that the managed data identifier detects. For example: OPENSSH_PRIVATE_KEY for OpenSSH
private keys, CREDIT_CARD_NUMBER for credit card numbers, or USA_PASSPORT_NUMBER for US passport numbers.public String getId()
The unique identifier for the managed data identifier. This is a string that describes the type of sensitive data that the managed data identifier detects. For example: OPENSSH_PRIVATE_KEY for OpenSSH private keys, CREDIT_CARD_NUMBER for credit card numbers, or USA_PASSPORT_NUMBER for US passport numbers.
public ManagedDataIdentifierSummary withId(String id)
The unique identifier for the managed data identifier. This is a string that describes the type of sensitive data that the managed data identifier detects. For example: OPENSSH_PRIVATE_KEY for OpenSSH private keys, CREDIT_CARD_NUMBER for credit card numbers, or USA_PASSPORT_NUMBER for US passport numbers.
id
- The unique identifier for the managed data identifier. This is a string that describes the type of
sensitive data that the managed data identifier detects. For example: OPENSSH_PRIVATE_KEY for OpenSSH
private keys, CREDIT_CARD_NUMBER for credit card numbers, or USA_PASSPORT_NUMBER for US passport numbers.public String toString()
toString
in class Object
Object.toString()
public ManagedDataIdentifierSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.