@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)
Marshalls this structured data using the given
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.GuardrailPiiEntityType
public String getType()
The PII entity filter type.
GuardrailPiiEntityType
public GuardrailPiiEntityFilter withType(String type)
The PII entity filter type.
type
- The PII entity filter type.GuardrailPiiEntityType
public GuardrailPiiEntityFilter withType(GuardrailPiiEntityType type)
The PII entity filter type.
type
- The PII entity filter type.GuardrailPiiEntityType
public void setAction(String action)
The PII entity filter action.
action
- The PII entity filter action.GuardrailSensitiveInformationPolicyAction
public String getAction()
The PII entity filter action.
GuardrailSensitiveInformationPolicyAction
public GuardrailPiiEntityFilter withAction(String action)
The PII entity filter action.
action
- The PII entity filter action.GuardrailSensitiveInformationPolicyAction
public GuardrailPiiEntityFilter withAction(GuardrailSensitiveInformationPolicyAction action)
The PII entity filter action.
action
- The PII entity filter action.GuardrailSensitiveInformationPolicyAction
public String toString()
toString
in class Object
Object.toString()
public GuardrailPiiEntityFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.