@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.ObfuscationSettingType
public String getObfuscationSettingType()
Value that determines whether Amazon Lex obscures slot values in conversation logs. The default is to obscure the values.
ObfuscationSettingType
public 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.ObfuscationSettingType
public 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.ObfuscationSettingType
public String toString()
toString
in class Object
Object.toString()
public ObfuscationSetting clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.