@Generated(value="software.amazon.awssdk:codegen") public final class BotRecommendationSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BotRecommendationSummary.Builder,BotRecommendationSummary>
A summary of the bot recommendation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BotRecommendationSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
botRecommendationId()
The unique identifier of the bot recommendation to be updated.
|
BotRecommendationStatus |
botRecommendationStatus()
The status of the bot recommendation.
|
String |
botRecommendationStatusAsString()
The status of the bot recommendation.
|
static BotRecommendationSummary.Builder |
builder() |
Instant |
creationDateTime()
A timestamp of the date and time that the bot recommendation was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdatedDateTime()
A timestamp of the date and time that the bot recommendation was last updated.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BotRecommendationSummary.Builder> |
serializableBuilderClass() |
BotRecommendationSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final BotRecommendationStatus botRecommendationStatus()
The status of the bot recommendation.
If the status is Failed, then the reasons for the failure are listed in the failureReasons field.
If the service returns an enum value that is not available in the current SDK version,
botRecommendationStatus will return BotRecommendationStatus.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from botRecommendationStatusAsString().
If the status is Failed, then the reasons for the failure are listed in the failureReasons field.
BotRecommendationStatuspublic final String botRecommendationStatusAsString()
The status of the bot recommendation.
If the status is Failed, then the reasons for the failure are listed in the failureReasons field.
If the service returns an enum value that is not available in the current SDK version,
botRecommendationStatus will return BotRecommendationStatus.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from botRecommendationStatusAsString().
If the status is Failed, then the reasons for the failure are listed in the failureReasons field.
BotRecommendationStatuspublic final String botRecommendationId()
The unique identifier of the bot recommendation to be updated.
public final Instant creationDateTime()
A timestamp of the date and time that the bot recommendation was created.
public final Instant lastUpdatedDateTime()
A timestamp of the date and time that the bot recommendation was last updated.
public BotRecommendationSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BotRecommendationSummary.Builder,BotRecommendationSummary>public static BotRecommendationSummary.Builder builder()
public static Class<? extends BotRecommendationSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.