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/BotLocaleStatus.h>
21namespace LexModelsV2 {
44 template <
typename LocaleIdT = Aws::String>
46 m_localeIdHasBeenSet =
true;
47 m_localeId = std::forward<LocaleIdT>(value);
49 template <
typename LocaleIdT = Aws::String>
62 template <
typename LocaleNameT = Aws::String>
64 m_localeNameHasBeenSet =
true;
65 m_localeName = std::forward<LocaleNameT>(value);
67 template <
typename LocaleNameT = Aws::String>
80 template <
typename DescriptionT = Aws::String>
82 m_descriptionHasBeenSet =
true;
83 m_description = std::forward<DescriptionT>(value);
85 template <
typename DescriptionT = Aws::String>
100 m_botLocaleStatusHasBeenSet =
true;
101 m_botLocaleStatus = value;
115 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
117 m_lastUpdatedDateTimeHasBeenSet =
true;
118 m_lastUpdatedDateTime = std::forward<LastUpdatedDateTimeT>(value);
120 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
133 template <
typename LastBuildSubmittedDateTimeT = Aws::Utils::DateTime>
135 m_lastBuildSubmittedDateTimeHasBeenSet =
true;
136 m_lastBuildSubmittedDateTime = std::forward<LastBuildSubmittedDateTimeT>(value);
138 template <
typename LastBuildSubmittedDateTimeT = Aws::Utils::DateTime>
156 bool m_localeIdHasBeenSet =
false;
157 bool m_localeNameHasBeenSet =
false;
158 bool m_descriptionHasBeenSet =
false;
159 bool m_botLocaleStatusHasBeenSet =
false;
160 bool m_lastUpdatedDateTimeHasBeenSet =
false;
161 bool m_lastBuildSubmittedDateTimeHasBeenSet =
false;
void SetLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
BotLocaleSummary & WithLocaleName(LocaleNameT &&value)
void SetBotLocaleStatus(BotLocaleStatus value)
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
BotLocaleSummary & WithBotLocaleStatus(BotLocaleStatus value)
void SetDescription(DescriptionT &&value)
bool LocaleNameHasBeenSet() const
void SetLocaleId(LocaleIdT &&value)
bool DescriptionHasBeenSet() const
bool LastBuildSubmittedDateTimeHasBeenSet() const
AWS_LEXMODELSV2_API BotLocaleSummary()=default
const Aws::Utils::DateTime & GetLastBuildSubmittedDateTime() const
bool LastUpdatedDateTimeHasBeenSet() const
BotLocaleSummary & WithDescription(DescriptionT &&value)
const Aws::String & GetLocaleId() const
const Aws::String & GetDescription() const
BotLocaleStatus GetBotLocaleStatus() const
void SetLastBuildSubmittedDateTime(LastBuildSubmittedDateTimeT &&value)
const Aws::Utils::DateTime & GetLastUpdatedDateTime() const
void SetLocaleName(LocaleNameT &&value)
bool LocaleIdHasBeenSet() const
AWS_LEXMODELSV2_API BotLocaleSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_LEXMODELSV2_API BotLocaleSummary(Aws::Utils::Json::JsonView jsonValue)
bool BotLocaleStatusHasBeenSet() const
BotLocaleSummary & WithLocaleId(LocaleIdT &&value)
BotLocaleSummary & WithLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
const Aws::String & GetLocaleName() const
BotLocaleSummary & WithLastBuildSubmittedDateTime(LastBuildSubmittedDateTimeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue