@Generated(value="software.amazon.awssdk:codegen") public final class BotSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BotSummary.Builder,BotSummary>
Summary information about a bot returned by the ListBots operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BotSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
botId()
The unique identifier assigned to the bot.
|
String |
botName()
The name of the bot.
|
BotStatus |
botStatus()
The current status of the bot.
|
String |
botStatusAsString()
The current status of the bot.
|
static BotSummary.Builder |
builder() |
String |
description()
The description of the bot.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdatedDateTime()
The date and time that the bot was last updated.
|
String |
latestBotVersion()
The latest numerical version in use for the bot.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BotSummary.Builder> |
serializableBuilderClass() |
BotSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String botId()
The unique identifier assigned to the bot. Use this ID to get detailed information about the bot with the DescribeBot operation.
public final String botName()
The name of the bot.
public final String description()
The description of the bot.
public final BotStatus botStatus()
The current status of the bot. When the status is Available the bot is ready for use.
If the service returns an enum value that is not available in the current SDK version, botStatus will
return BotStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
botStatusAsString().
Available the bot is ready for use.BotStatuspublic final String botStatusAsString()
The current status of the bot. When the status is Available the bot is ready for use.
If the service returns an enum value that is not available in the current SDK version, botStatus will
return BotStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
botStatusAsString().
Available the bot is ready for use.BotStatuspublic final String latestBotVersion()
The latest numerical version in use for the bot.
public final Instant lastUpdatedDateTime()
The date and time that the bot was last updated.
public BotSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BotSummary.Builder,BotSummary>public static BotSummary.Builder builder()
public static Class<? extends BotSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.