@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TextLogSetting extends Object implements Serializable, Cloneable, StructuredPojo
Defines settings to enable text conversation logs.
| Constructor and Description |
|---|
TextLogSetting() |
| Modifier and Type | Method and Description |
|---|---|
TextLogSetting |
clone() |
boolean |
equals(Object obj) |
TextLogDestination |
getDestination() |
Boolean |
getEnabled()
Determines whether conversation logs should be stored for an alias.
|
int |
hashCode() |
Boolean |
isEnabled()
Determines whether conversation logs should be stored for an alias.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setDestination(TextLogDestination destination) |
void |
setEnabled(Boolean enabled)
Determines whether conversation logs should be stored for an alias.
|
String |
toString()
Returns a string representation of this object.
|
TextLogSetting |
withDestination(TextLogDestination destination) |
TextLogSetting |
withEnabled(Boolean enabled)
Determines whether conversation logs should be stored for an alias.
|
public void setEnabled(Boolean enabled)
Determines whether conversation logs should be stored for an alias.
enabled - Determines whether conversation logs should be stored for an alias.public Boolean getEnabled()
Determines whether conversation logs should be stored for an alias.
public TextLogSetting withEnabled(Boolean enabled)
Determines whether conversation logs should be stored for an alias.
enabled - Determines whether conversation logs should be stored for an alias.public Boolean isEnabled()
Determines whether conversation logs should be stored for an alias.
public void setDestination(TextLogDestination destination)
destination - public TextLogDestination getDestination()
public TextLogSetting withDestination(TextLogDestination destination)
destination - public String toString()
toString in class ObjectObject.toString()public TextLogSetting clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.