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/BotAnalyzerStatus.h>
21namespace LexModelsV2 {
45 m_botAnalyzerStatusHasBeenSet =
true;
46 m_botAnalyzerStatus = value;
60 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
62 m_creationDateTimeHasBeenSet =
true;
63 m_creationDateTime = std::forward<CreationDateTimeT>(value);
65 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
78 template <
typename BotAnalyzerRequestIdT = Aws::String>
80 m_botAnalyzerRequestIdHasBeenSet =
true;
81 m_botAnalyzerRequestId = std::forward<BotAnalyzerRequestIdT>(value);
83 template <
typename BotAnalyzerRequestIdT = Aws::String>
95 bool m_botAnalyzerStatusHasBeenSet =
false;
96 bool m_creationDateTimeHasBeenSet =
false;
97 bool m_botAnalyzerRequestIdHasBeenSet =
false;
void SetBotAnalyzerStatus(BotAnalyzerStatus value)
BotAnalyzerHistorySummary & WithBotAnalyzerRequestId(BotAnalyzerRequestIdT &&value)
AWS_LEXMODELSV2_API BotAnalyzerHistorySummary(Aws::Utils::Json::JsonView jsonValue)
BotAnalyzerStatus GetBotAnalyzerStatus() const
void SetBotAnalyzerRequestId(BotAnalyzerRequestIdT &&value)
BotAnalyzerHistorySummary & WithCreationDateTime(CreationDateTimeT &&value)
const Aws::String & GetBotAnalyzerRequestId() const
const Aws::Utils::DateTime & GetCreationDateTime() const
void SetCreationDateTime(CreationDateTimeT &&value)
BotAnalyzerHistorySummary & WithBotAnalyzerStatus(BotAnalyzerStatus value)
bool CreationDateTimeHasBeenSet() const
bool BotAnalyzerStatusHasBeenSet() const
AWS_LEXMODELSV2_API BotAnalyzerHistorySummary()=default
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
bool BotAnalyzerRequestIdHasBeenSet() const
AWS_LEXMODELSV2_API BotAnalyzerHistorySummary & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue