Class BotLocaleHistoryEvent
- java.lang.Object
-
- software.amazon.awssdk.services.lexmodelsv2.model.BotLocaleHistoryEvent
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BotLocaleHistoryEvent.Builder,BotLocaleHistoryEvent>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBotLocaleHistoryEvent.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BotLocaleHistoryEvent.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)Stringevent()A description of the event that occurred.InstanteventDate()A timestamp of the date and time that the event occurred.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends BotLocaleHistoryEvent.Builder>serializableBuilderClass()BotLocaleHistoryEvent.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
event
public final String event()
A description of the event that occurred.
- Returns:
- A description of the event that occurred.
-
eventDate
public final Instant eventDate()
A timestamp of the date and time that the event occurred.
- Returns:
- A timestamp of the date and time that the event occurred.
-
toBuilder
public BotLocaleHistoryEvent.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<BotLocaleHistoryEvent.Builder,BotLocaleHistoryEvent>
-
builder
public static BotLocaleHistoryEvent.Builder builder()
-
serializableBuilderClass
public static Class<? extends BotLocaleHistoryEvent.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-