@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ObfuscationSetting extends Object implements Serializable, Cloneable, StructuredPojo
Determines whether Amazon Lex obscures slot values in conversation logs.
| Constructor and Description |
|---|
ObfuscationSetting() |
| Modifier and Type | Method and Description |
|---|---|
ObfuscationSetting |
clone() |
boolean |
equals(Object obj) |
String |
getObfuscationSettingType()
Value that determines whether Amazon Lex obscures slot values in conversation logs.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setObfuscationSettingType(String obfuscationSettingType)
Value that determines whether Amazon Lex obscures slot values in conversation logs.
|
String |
toString()
Returns a string representation of this object.
|
ObfuscationSetting |
withObfuscationSettingType(ObfuscationSettingType obfuscationSettingType)
Value that determines whether Amazon Lex obscures slot values in conversation logs.
|
ObfuscationSetting |
withObfuscationSettingType(String obfuscationSettingType)
Value that determines whether Amazon Lex obscures slot values in conversation logs.
|
public void setObfuscationSettingType(String obfuscationSettingType)
Value that determines whether Amazon Lex obscures slot values in conversation logs. The default is to obscure the values.
obfuscationSettingType - Value that determines whether Amazon Lex obscures slot values in conversation logs. The default is to
obscure the values.ObfuscationSettingTypepublic String getObfuscationSettingType()
Value that determines whether Amazon Lex obscures slot values in conversation logs. The default is to obscure the values.
ObfuscationSettingTypepublic ObfuscationSetting withObfuscationSettingType(String obfuscationSettingType)
Value that determines whether Amazon Lex obscures slot values in conversation logs. The default is to obscure the values.
obfuscationSettingType - Value that determines whether Amazon Lex obscures slot values in conversation logs. The default is to
obscure the values.ObfuscationSettingTypepublic ObfuscationSetting withObfuscationSettingType(ObfuscationSettingType obfuscationSettingType)
Value that determines whether Amazon Lex obscures slot values in conversation logs. The default is to obscure the values.
obfuscationSettingType - Value that determines whether Amazon Lex obscures slot values in conversation logs. The default is to
obscure the values.ObfuscationSettingTypepublic String toString()
toString in class ObjectObject.toString()public ObfuscationSetting clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.