7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/lexv2-models/model/BotLocaleStatus.h>
10#include <aws/core/utils/DateTime.h>
50 template<
typename LocaleIdT = Aws::String>
51 void SetLocaleId(LocaleIdT&& value) { m_localeIdHasBeenSet =
true; m_localeId = std::forward<LocaleIdT>(value); }
52 template<
typename LocaleIdT = Aws::String>
62 template<
typename LocaleNameT = Aws::String>
63 void SetLocaleName(LocaleNameT&& value) { m_localeNameHasBeenSet =
true; m_localeName = std::forward<LocaleNameT>(value); }
64 template<
typename LocaleNameT = Aws::String>
74 template<
typename DescriptionT = Aws::String>
75 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
76 template<
typename DescriptionT = Aws::String>
97 template<
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
98 void SetLastUpdatedDateTime(LastUpdatedDateTimeT&& value) { m_lastUpdatedDateTimeHasBeenSet =
true; m_lastUpdatedDateTime = std::forward<LastUpdatedDateTimeT>(value); }
99 template<
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
109 template<
typename LastBuildSubmittedDateTimeT = Aws::Utils::DateTime>
110 void SetLastBuildSubmittedDateTime(LastBuildSubmittedDateTimeT&& value) { m_lastBuildSubmittedDateTimeHasBeenSet =
true; m_lastBuildSubmittedDateTime = std::forward<LastBuildSubmittedDateTimeT>(value); }
111 template<
typename LastBuildSubmittedDateTimeT = Aws::Utils::DateTime>
117 bool m_localeIdHasBeenSet =
false;
120 bool m_localeNameHasBeenSet =
false;
123 bool m_descriptionHasBeenSet =
false;
126 bool m_botLocaleStatusHasBeenSet =
false;
129 bool m_lastUpdatedDateTimeHasBeenSet =
false;
132 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