7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
10#include <aws/lexv2-models/model/BotStatus.h>
11#include <aws/lexv2-models/model/BotType.h>
22namespace LexModelsV2 {
48 template <
typename BotIdT = Aws::String>
50 m_botIdHasBeenSet =
true;
51 m_botId = std::forward<BotIdT>(value);
53 template <
typename BotIdT = Aws::String>
55 SetBotId(std::forward<BotIdT>(value));
66 template <
typename BotNameT = Aws::String>
68 m_botNameHasBeenSet =
true;
69 m_botName = std::forward<BotNameT>(value);
71 template <
typename BotNameT = Aws::String>
84 template <
typename DescriptionT = Aws::String>
86 m_descriptionHasBeenSet =
true;
87 m_description = std::forward<DescriptionT>(value);
89 template <
typename DescriptionT = Aws::String>
104 m_botStatusHasBeenSet =
true;
119 template <
typename LatestBotVersionT = Aws::String>
121 m_latestBotVersionHasBeenSet =
true;
122 m_latestBotVersion = std::forward<LatestBotVersionT>(value);
124 template <
typename LatestBotVersionT = Aws::String>
137 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
139 m_lastUpdatedDateTimeHasBeenSet =
true;
140 m_lastUpdatedDateTime = std::forward<LastUpdatedDateTimeT>(value);
142 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
156 m_botTypeHasBeenSet =
true;
178 bool m_botIdHasBeenSet =
false;
179 bool m_botNameHasBeenSet =
false;
180 bool m_descriptionHasBeenSet =
false;
181 bool m_botStatusHasBeenSet =
false;
182 bool m_latestBotVersionHasBeenSet =
false;
183 bool m_lastUpdatedDateTimeHasBeenSet =
false;
184 bool m_botTypeHasBeenSet =
false;
bool DescriptionHasBeenSet() const
BotStatus GetBotStatus() const
void SetBotType(BotType value)
AWS_LEXMODELSV2_API BotSummary()=default
const Aws::String & GetLatestBotVersion() const
BotSummary & WithBotName(BotNameT &&value)
const Aws::String & GetBotName() const
bool BotNameHasBeenSet() const
AWS_LEXMODELSV2_API BotSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetDescription(DescriptionT &&value)
void SetLatestBotVersion(LatestBotVersionT &&value)
BotSummary & WithLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
BotSummary & WithDescription(DescriptionT &&value)
bool LastUpdatedDateTimeHasBeenSet() const
void SetBotName(BotNameT &&value)
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_LEXMODELSV2_API BotSummary(Aws::Utils::Json::JsonView jsonValue)
void SetBotStatus(BotStatus value)
void SetBotId(BotIdT &&value)
const Aws::String & GetBotId() const
bool BotStatusHasBeenSet() const
BotSummary & WithLatestBotVersion(LatestBotVersionT &&value)
BotType GetBotType() const
void SetLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
bool BotTypeHasBeenSet() const
bool BotIdHasBeenSet() const
bool LatestBotVersionHasBeenSet() const
BotSummary & WithBotStatus(BotStatus value)
BotSummary & WithBotType(BotType value)
const Aws::String & GetDescription() const
BotSummary & WithBotId(BotIdT &&value)
const Aws::Utils::DateTime & GetLastUpdatedDateTime() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue