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>
59 template<
typename BotRecommendationIdT = Aws::String>
60 void SetBotRecommendationId(BotRecommendationIdT&& value) { m_botRecommendationIdHasBeenSet =
true; m_botRecommendationId = std::forward<BotRecommendationIdT>(value); }
61 template<
typename BotRecommendationIdT = Aws::String>
71 template<
typename CreationDateTimeT = Aws::Utils::DateTime>
72 void SetCreationDateTime(CreationDateTimeT&& value) { m_creationDateTimeHasBeenSet =
true; m_creationDateTime = std::forward<CreationDateTimeT>(value); }
73 template<
typename CreationDateTimeT = Aws::Utils::DateTime>
84 template<
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
85 void SetLastUpdatedDateTime(LastUpdatedDateTimeT&& value) { m_lastUpdatedDateTimeHasBeenSet =
true; m_lastUpdatedDateTime = std::forward<LastUpdatedDateTimeT>(value); }
86 template<
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
92 bool m_botRecommendationStatusHasBeenSet =
false;
95 bool m_botRecommendationIdHasBeenSet =
false;
98 bool m_creationDateTimeHasBeenSet =
false;
101 bool m_lastUpdatedDateTimeHasBeenSet =
false;
const Aws::Utils::DateTime & GetCreationDateTime() const
BotRecommendationSummary & WithCreationDateTime(CreationDateTimeT &&value)
void SetBotRecommendationId(BotRecommendationIdT &&value)
BotRecommendationStatus GetBotRecommendationStatus() const
void SetCreationDateTime(CreationDateTimeT &&value)
BotRecommendationSummary & WithBotRecommendationId(BotRecommendationIdT &&value)
bool BotRecommendationIdHasBeenSet() const
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
BotRecommendationSummary & WithBotRecommendationStatus(BotRecommendationStatus value)
AWS_LEXMODELSV2_API BotRecommendationSummary(Aws::Utils::Json::JsonView jsonValue)
bool BotRecommendationStatusHasBeenSet() const
AWS_LEXMODELSV2_API BotRecommendationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool LastUpdatedDateTimeHasBeenSet() const
BotRecommendationSummary & WithLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
void SetBotRecommendationStatus(BotRecommendationStatus value)
AWS_LEXMODELSV2_API BotRecommendationSummary()=default
const Aws::String & GetBotRecommendationId() const
bool CreationDateTimeHasBeenSet() const
const Aws::Utils::DateTime & GetLastUpdatedDateTime() const
void SetLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue