7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/lexv2-models/model/BotRecommendationStatus.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/DateTime.h>
63 inline void SetBotRecommendationId(
const char* value) { m_botRecommendationIdHasBeenSet =
true; m_botRecommendationId.assign(value); }
96 bool m_botRecommendationStatusHasBeenSet =
false;
99 bool m_botRecommendationIdHasBeenSet =
false;
102 bool m_creationDateTimeHasBeenSet =
false;
105 bool m_lastUpdatedDateTimeHasBeenSet =
false;
const Aws::Utils::DateTime & GetCreationDateTime() const
BotRecommendationSummary & WithBotRecommendationStatus(const BotRecommendationStatus &value)
BotRecommendationSummary & WithCreationDateTime(Aws::Utils::DateTime &&value)
void SetBotRecommendationId(const char *value)
AWS_LEXMODELSV2_API BotRecommendationSummary()
void SetBotRecommendationId(Aws::String &&value)
bool BotRecommendationIdHasBeenSet() const
BotRecommendationSummary & WithLastUpdatedDateTime(const Aws::Utils::DateTime &value)
void SetLastUpdatedDateTime(Aws::Utils::DateTime &&value)
BotRecommendationSummary & WithBotRecommendationId(const Aws::String &value)
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_LEXMODELSV2_API BotRecommendationSummary(Aws::Utils::Json::JsonView jsonValue)
BotRecommendationSummary & WithBotRecommendationId(const char *value)
bool BotRecommendationStatusHasBeenSet() const
void SetCreationDateTime(Aws::Utils::DateTime &&value)
const BotRecommendationStatus & GetBotRecommendationStatus() const
void SetBotRecommendationId(const Aws::String &value)
void SetBotRecommendationStatus(BotRecommendationStatus &&value)
AWS_LEXMODELSV2_API BotRecommendationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool LastUpdatedDateTimeHasBeenSet() const
BotRecommendationSummary & WithBotRecommendationStatus(BotRecommendationStatus &&value)
void SetBotRecommendationStatus(const BotRecommendationStatus &value)
BotRecommendationSummary & WithLastUpdatedDateTime(Aws::Utils::DateTime &&value)
const Aws::String & GetBotRecommendationId() const
BotRecommendationSummary & WithCreationDateTime(const Aws::Utils::DateTime &value)
void SetLastUpdatedDateTime(const Aws::Utils::DateTime &value)
bool CreationDateTimeHasBeenSet() const
const Aws::Utils::DateTime & GetLastUpdatedDateTime() const
void SetCreationDateTime(const Aws::Utils::DateTime &value)
BotRecommendationSummary & WithBotRecommendationId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue