Class BotSummary
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BotSummary.Builder,BotSummary>
Summary information about a bot returned by the ListBots operation.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal StringbotId()The unique identifier assigned to the bot.final StringbotName()The name of the bot.final BotStatusThe current status of the bot.final StringThe current status of the bot.final BotTypebotType()The type of the bot.final StringThe type of the bot.static BotSummary.Builderbuilder()final StringThe description of the bot.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final InstantThe date and time that the bot was last updated.final StringThe latest numerical version in use for the bot.static Class<? extends BotSummary.Builder> Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
botId
The unique identifier assigned to the bot. Use this ID to get detailed information about the bot with the DescribeBot operation.
- Returns:
- The unique identifier assigned to the bot. Use this ID to get detailed information about the bot with the DescribeBot operation.
-
botName
-
description
-
botStatus
The current status of the bot. When the status is
Availablethe bot is ready for use.If the service returns an enum value that is not available in the current SDK version,
botStatuswill returnBotStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frombotStatusAsString().- Returns:
- The current status of the bot. When the status is
Availablethe bot is ready for use. - See Also:
-
botStatusAsString
The current status of the bot. When the status is
Availablethe bot is ready for use.If the service returns an enum value that is not available in the current SDK version,
botStatuswill returnBotStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frombotStatusAsString().- Returns:
- The current status of the bot. When the status is
Availablethe bot is ready for use. - See Also:
-
latestBotVersion
The latest numerical version in use for the bot.
- Returns:
- The latest numerical version in use for the bot.
-
lastUpdatedDateTime
The date and time that the bot was last updated.
- Returns:
- The date and time that the bot was last updated.
-
botType
The type of the bot.
If the service returns an enum value that is not available in the current SDK version,
botTypewill returnBotType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frombotTypeAsString().- Returns:
- The type of the bot.
- See Also:
-
botTypeAsString
The type of the bot.
If the service returns an enum value that is not available in the current SDK version,
botTypewill returnBotType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frombotTypeAsString().- Returns:
- The type of the bot.
- See Also:
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<BotSummary.Builder,BotSummary> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-