7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
48 template<
typename BotVersionT = Aws::String>
49 void SetBotVersion(BotVersionT&& value) { m_botVersionHasBeenSet =
true; m_botVersion = std::forward<BotVersionT>(value); }
50 template<
typename BotVersionT = Aws::String>
60 template<
typename StartDateT = Aws::Utils::DateTime>
61 void SetStartDate(StartDateT&& value) { m_startDateHasBeenSet =
true; m_startDate = std::forward<StartDateT>(value); }
62 template<
typename StartDateT = Aws::Utils::DateTime>
72 template<
typename EndDateT = Aws::Utils::DateTime>
73 void SetEndDate(EndDateT&& value) { m_endDateHasBeenSet =
true; m_endDate = std::forward<EndDateT>(value); }
74 template<
typename EndDateT = Aws::Utils::DateTime>
80 bool m_botVersionHasBeenSet =
false;
83 bool m_startDateHasBeenSet =
false;
86 bool m_endDateHasBeenSet =
false;
BotAliasHistoryEvent & WithBotVersion(BotVersionT &&value)
bool EndDateHasBeenSet() const
BotAliasHistoryEvent & WithEndDate(EndDateT &&value)
void SetStartDate(StartDateT &&value)
AWS_LEXMODELSV2_API BotAliasHistoryEvent & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetBotVersion() const
bool StartDateHasBeenSet() const
void SetEndDate(EndDateT &&value)
const Aws::Utils::DateTime & GetEndDate() const
AWS_LEXMODELSV2_API BotAliasHistoryEvent(Aws::Utils::Json::JsonView jsonValue)
AWS_LEXMODELSV2_API BotAliasHistoryEvent()=default
const Aws::Utils::DateTime & GetStartDate() const
BotAliasHistoryEvent & WithStartDate(StartDateT &&value)
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetBotVersion(BotVersionT &&value)
bool BotVersionHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue