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>
52 inline void SetLocaleId(
const char* value) { m_localeIdHasBeenSet =
true; m_localeId.assign(value); }
66 inline void SetLocaleName(
const char* value) { m_localeNameHasBeenSet =
true; m_localeName.assign(value); }
80 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
125 bool m_localeIdHasBeenSet =
false;
128 bool m_localeNameHasBeenSet =
false;
131 bool m_descriptionHasBeenSet =
false;
134 bool m_botLocaleStatusHasBeenSet =
false;
137 bool m_lastUpdatedDateTimeHasBeenSet =
false;
140 bool m_lastBuildSubmittedDateTimeHasBeenSet =
false;
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetDescription(const Aws::String &value)
void SetDescription(Aws::String &&value)
bool LocaleNameHasBeenSet() const
BotLocaleSummary & WithDescription(const Aws::String &value)
bool DescriptionHasBeenSet() const
AWS_LEXMODELSV2_API BotLocaleSummary()
void SetLastUpdatedDateTime(const Aws::Utils::DateTime &value)
bool LastBuildSubmittedDateTimeHasBeenSet() const
void SetLocaleId(const char *value)
void SetLocaleName(Aws::String &&value)
BotLocaleSummary & WithLastUpdatedDateTime(Aws::Utils::DateTime &&value)
void SetLocaleId(const Aws::String &value)
void SetLastBuildSubmittedDateTime(Aws::Utils::DateTime &&value)
const Aws::Utils::DateTime & GetLastBuildSubmittedDateTime() const
bool LastUpdatedDateTimeHasBeenSet() const
BotLocaleSummary & WithLocaleName(const char *value)
void SetLocaleId(Aws::String &&value)
BotLocaleSummary & WithLocaleId(const char *value)
BotLocaleSummary & WithLocaleName(const Aws::String &value)
const Aws::String & GetLocaleId() const
const Aws::String & GetDescription() const
void SetLastUpdatedDateTime(Aws::Utils::DateTime &&value)
BotLocaleSummary & WithLocaleName(Aws::String &&value)
BotLocaleSummary & WithLastUpdatedDateTime(const Aws::Utils::DateTime &value)
void SetDescription(const char *value)
void SetLastBuildSubmittedDateTime(const Aws::Utils::DateTime &value)
void SetBotLocaleStatus(BotLocaleStatus &&value)
BotLocaleSummary & WithDescription(Aws::String &&value)
BotLocaleSummary & WithLocaleId(Aws::String &&value)
const Aws::Utils::DateTime & GetLastUpdatedDateTime() const
void SetLocaleName(const Aws::String &value)
bool LocaleIdHasBeenSet() const
BotLocaleSummary & WithLocaleId(const Aws::String &value)
AWS_LEXMODELSV2_API BotLocaleSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_LEXMODELSV2_API BotLocaleSummary(Aws::Utils::Json::JsonView jsonValue)
bool BotLocaleStatusHasBeenSet() const
void SetBotLocaleStatus(const BotLocaleStatus &value)
BotLocaleSummary & WithLastBuildSubmittedDateTime(const Aws::Utils::DateTime &value)
BotLocaleSummary & WithDescription(const char *value)
const BotLocaleStatus & GetBotLocaleStatus() const
void SetLocaleName(const char *value)
BotLocaleSummary & WithBotLocaleStatus(BotLocaleStatus &&value)
BotLocaleSummary & WithLastBuildSubmittedDateTime(Aws::Utils::DateTime &&value)
BotLocaleSummary & WithBotLocaleStatus(const BotLocaleStatus &value)
const Aws::String & GetLocaleName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue