@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GuardrailManagedWordsConfig extends Object implements Serializable, Cloneable, StructuredPojo
The managed word list to configure for the guardrail.
| Constructor and Description |
|---|
GuardrailManagedWordsConfig() |
| Modifier and Type | Method and Description |
|---|---|
GuardrailManagedWordsConfig |
clone() |
boolean |
equals(Object obj) |
String |
getType()
The managed word type to configure for the guardrail.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setType(String type)
The managed word type to configure for the guardrail.
|
String |
toString()
Returns a string representation of this object.
|
GuardrailManagedWordsConfig |
withType(GuardrailManagedWordsType type)
The managed word type to configure for the guardrail.
|
GuardrailManagedWordsConfig |
withType(String type)
The managed word type to configure for the guardrail.
|
public void setType(String type)
The managed word type to configure for the guardrail.
type - The managed word type to configure for the guardrail.GuardrailManagedWordsTypepublic String getType()
The managed word type to configure for the guardrail.
GuardrailManagedWordsTypepublic GuardrailManagedWordsConfig withType(String type)
The managed word type to configure for the guardrail.
type - The managed word type to configure for the guardrail.GuardrailManagedWordsTypepublic GuardrailManagedWordsConfig withType(GuardrailManagedWordsType type)
The managed word type to configure for the guardrail.
type - The managed word type to configure for the guardrail.GuardrailManagedWordsTypepublic String toString()
toString in class ObjectObject.toString()public GuardrailManagedWordsConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.