@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GuardrailPiiEntityFilter extends Object implements Serializable, Cloneable, StructuredPojo
A Personally Identifiable Information (PII) entity configured in a guardrail.
| Constructor and Description |
|---|
GuardrailPiiEntityFilter() |
| Modifier and Type | Method and Description |
|---|---|
GuardrailPiiEntityFilter |
clone() |
boolean |
equals(Object obj) |
String |
getAction()
The PII entity filter action.
|
String |
getMatch()
The PII entity filter match.
|
String |
getType()
The PII entity filter type.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAction(String action)
The PII entity filter action.
|
void |
setMatch(String match)
The PII entity filter match.
|
void |
setType(String type)
The PII entity filter type.
|
String |
toString()
Returns a string representation of this object.
|
GuardrailPiiEntityFilter |
withAction(GuardrailSensitiveInformationPolicyAction action)
The PII entity filter action.
|
GuardrailPiiEntityFilter |
withAction(String action)
The PII entity filter action.
|
GuardrailPiiEntityFilter |
withMatch(String match)
The PII entity filter match.
|
GuardrailPiiEntityFilter |
withType(GuardrailPiiEntityType type)
The PII entity filter type.
|
GuardrailPiiEntityFilter |
withType(String type)
The PII entity filter type.
|
public void setMatch(String match)
The PII entity filter match.
match - The PII entity filter match.public String getMatch()
The PII entity filter match.
public GuardrailPiiEntityFilter withMatch(String match)
The PII entity filter match.
match - The PII entity filter match.public void setType(String type)
The PII entity filter type.
type - The PII entity filter type.GuardrailPiiEntityTypepublic String getType()
The PII entity filter type.
GuardrailPiiEntityTypepublic GuardrailPiiEntityFilter withType(String type)
The PII entity filter type.
type - The PII entity filter type.GuardrailPiiEntityTypepublic GuardrailPiiEntityFilter withType(GuardrailPiiEntityType type)
The PII entity filter type.
type - The PII entity filter type.GuardrailPiiEntityTypepublic void setAction(String action)
The PII entity filter action.
action - The PII entity filter action.GuardrailSensitiveInformationPolicyActionpublic String getAction()
The PII entity filter action.
GuardrailSensitiveInformationPolicyActionpublic GuardrailPiiEntityFilter withAction(String action)
The PII entity filter action.
action - The PII entity filter action.GuardrailSensitiveInformationPolicyActionpublic GuardrailPiiEntityFilter withAction(GuardrailSensitiveInformationPolicyAction action)
The PII entity filter action.
action - The PII entity filter action.GuardrailSensitiveInformationPolicyActionpublic String toString()
toString in class ObjectObject.toString()public GuardrailPiiEntityFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.