@Generated(value="software.amazon.awssdk:codegen") public final class TextLogSetting extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TextLogSetting.Builder,TextLogSetting>
Defines settings to enable text conversation logs.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TextLogSetting.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TextLogSetting.Builder |
builder() |
TextLogDestination |
destination()
Returns the value of the Destination property for this object.
|
Boolean |
enabled()
Determines whether conversation logs should be stored for an alias.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends TextLogSetting.Builder> |
serializableBuilderClass() |
TextLogSetting.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean enabled()
Determines whether conversation logs should be stored for an alias.
public final TextLogDestination destination()
public TextLogSetting.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TextLogSetting.Builder,TextLogSetting>public static TextLogSetting.Builder builder()
public static Class<? extends TextLogSetting.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.