@Generated(value="software.amazon.awssdk:codegen") public final class TextLogDestination extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TextLogDestination.Builder,TextLogDestination>
Defines the Amazon CloudWatch Logs destination log group for conversation text logs.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TextLogDestination.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TextLogDestination.Builder |
builder() |
CloudWatchLogGroupLogDestination |
cloudWatch()
Defines the Amazon CloudWatch Logs log group where text and metadata logs are delivered.
|
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 TextLogDestination.Builder> |
serializableBuilderClass() |
TextLogDestination.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final CloudWatchLogGroupLogDestination cloudWatch()
Defines the Amazon CloudWatch Logs log group where text and metadata logs are delivered.
public TextLogDestination.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TextLogDestination.Builder,TextLogDestination>public static TextLogDestination.Builder builder()
public static Class<? extends TextLogDestination.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.