7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetBotId(
const char* value) { m_botIdHasBeenSet =
true; m_botId.assign(value); }
63 inline void SetBotVersion(
const char* value) { m_botVersionHasBeenSet =
true; m_botVersion.assign(value); }
77 inline void SetLocaleId(
const char* value) { m_localeIdHasBeenSet =
true; m_localeId.assign(value); }
85 bool m_botIdHasBeenSet =
false;
88 bool m_botVersionHasBeenSet =
false;
91 bool m_localeIdHasBeenSet =
false;
CustomVocabularyExportSpecification & WithLocaleId(const Aws::String &value)
CustomVocabularyExportSpecification & WithLocaleId(const char *value)
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
bool BotVersionHasBeenSet() const
const Aws::String & GetLocaleId() const
CustomVocabularyExportSpecification & WithBotId(Aws::String &&value)
CustomVocabularyExportSpecification & WithBotVersion(const char *value)
CustomVocabularyExportSpecification & WithBotId(const char *value)
bool BotIdHasBeenSet() const
CustomVocabularyExportSpecification & WithBotVersion(const Aws::String &value)
void SetBotId(const char *value)
void SetLocaleId(const char *value)
void SetLocaleId(Aws::String &&value)
void SetBotId(Aws::String &&value)
const Aws::String & GetBotId() const
void SetBotVersion(const Aws::String &value)
AWS_LEXMODELSV2_API CustomVocabularyExportSpecification & operator=(Aws::Utils::Json::JsonView jsonValue)
CustomVocabularyExportSpecification & WithBotId(const Aws::String &value)
bool LocaleIdHasBeenSet() const
void SetBotVersion(const char *value)
const Aws::String & GetBotVersion() const
AWS_LEXMODELSV2_API CustomVocabularyExportSpecification(Aws::Utils::Json::JsonView jsonValue)
AWS_LEXMODELSV2_API CustomVocabularyExportSpecification()
void SetBotVersion(Aws::String &&value)
CustomVocabularyExportSpecification & WithLocaleId(Aws::String &&value)
CustomVocabularyExportSpecification & WithBotVersion(Aws::String &&value)
void SetLocaleId(const Aws::String &value)
void SetBotId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue