@Generated(value="software.amazon.awssdk:codegen") public final class BotLocaleHistoryEvent extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BotLocaleHistoryEvent.Builder,BotLocaleHistoryEvent>
Provides information about an event that occurred affecting the bot locale.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BotLocaleHistoryEvent.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BotLocaleHistoryEvent.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
event()
A description of the event that occurred.
|
Instant |
eventDate()
A timestamp of the date and time that the event occurred.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends BotLocaleHistoryEvent.Builder> |
serializableBuilderClass() |
BotLocaleHistoryEvent.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String event()
A description of the event that occurred.
public final Instant eventDate()
A timestamp of the date and time that the event occurred.
public BotLocaleHistoryEvent.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BotLocaleHistoryEvent.Builder,BotLocaleHistoryEvent>public static BotLocaleHistoryEvent.Builder builder()
public static Class<? extends BotLocaleHistoryEvent.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.