@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.GuardrailManagedWordsType
public String getType()
The managed word type to configure for the guardrail.
GuardrailManagedWordsType
public GuardrailManagedWordsConfig withType(String type)
The managed word type to configure for the guardrail.
type
- The managed word type to configure for the guardrail.GuardrailManagedWordsType
public GuardrailManagedWordsConfig withType(GuardrailManagedWordsType type)
The managed word type to configure for the guardrail.
type
- The managed word type to configure for the guardrail.GuardrailManagedWordsType
public String toString()
toString
in class Object
Object.toString()
public GuardrailManagedWordsConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.