Class BotAliasHistoryEvent
- java.lang.Object
-
- software.amazon.awssdk.services.lexmodelsv2.model.BotAliasHistoryEvent
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BotAliasHistoryEvent.Builder,BotAliasHistoryEvent>
@Generated("software.amazon.awssdk:codegen") public final class BotAliasHistoryEvent extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BotAliasHistoryEvent.Builder,BotAliasHistoryEvent>
Provides a record of an event that affects a bot alias. For example, when the version of a bot that the alias points to changes.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBotAliasHistoryEvent.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbotVersion()The version of the bot that was used in the event.static BotAliasHistoryEvent.Builderbuilder()InstantendDate()The date and time that the event ended.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends BotAliasHistoryEvent.Builder>serializableBuilderClass()InstantstartDate()The date and time that the event started.BotAliasHistoryEvent.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
-
botVersion
public final String botVersion()
The version of the bot that was used in the event.
- Returns:
- The version of the bot that was used in the event.
-
startDate
public final Instant startDate()
The date and time that the event started.
- Returns:
- The date and time that the event started.
-
endDate
public final Instant endDate()
The date and time that the event ended.
- Returns:
- The date and time that the event ended.
-
toBuilder
public BotAliasHistoryEvent.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<BotAliasHistoryEvent.Builder,BotAliasHistoryEvent>
-
builder
public static BotAliasHistoryEvent.Builder builder()
-
serializableBuilderClass
public static Class<? extends BotAliasHistoryEvent.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.
-
-