@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BotAliasHistoryEvent.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
botVersion()
The version of the bot that was used in the event.
|
static BotAliasHistoryEvent.Builder |
builder() |
Instant |
endDate()
The date and time that the event ended.
|
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 BotAliasHistoryEvent.Builder> |
serializableBuilderClass() |
Instant |
startDate()
The date and time that the event started.
|
BotAliasHistoryEvent.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String botVersion()
The version of the bot that was used in the event.
public final Instant startDate()
The date and time that the event started.
public final Instant endDate()
The date and time that the event ended.
public BotAliasHistoryEvent.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BotAliasHistoryEvent.Builder,BotAliasHistoryEvent>public static BotAliasHistoryEvent.Builder builder()
public static Class<? extends BotAliasHistoryEvent.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.