7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename BotIdT = Aws::String>
48 void SetBotId(BotIdT&& value) { m_botIdHasBeenSet =
true; m_botId = std::forward<BotIdT>(value); }
49 template<
typename BotIdT = Aws::String>
59 template<
typename BotVersionT = Aws::String>
60 void SetBotVersion(BotVersionT&& value) { m_botVersionHasBeenSet =
true; m_botVersion = std::forward<BotVersionT>(value); }
61 template<
typename BotVersionT = Aws::String>
72 template<
typename LocaleIdT = Aws::String>
73 void SetLocaleId(LocaleIdT&& value) { m_localeIdHasBeenSet =
true; m_localeId = std::forward<LocaleIdT>(value); }
74 template<
typename LocaleIdT = Aws::String>
80 bool m_botIdHasBeenSet =
false;
83 bool m_botVersionHasBeenSet =
false;
86 bool m_localeIdHasBeenSet =
false;
CustomVocabularyImportSpecification & WithBotVersion(BotVersionT &&value)
const Aws::String & GetLocaleId() const
void SetLocaleId(LocaleIdT &&value)
bool LocaleIdHasBeenSet() const
AWS_LEXMODELSV2_API CustomVocabularyImportSpecification & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetBotVersion(BotVersionT &&value)
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
CustomVocabularyImportSpecification & WithBotId(BotIdT &&value)
AWS_LEXMODELSV2_API CustomVocabularyImportSpecification()=default
bool BotIdHasBeenSet() const
bool BotVersionHasBeenSet() const
AWS_LEXMODELSV2_API CustomVocabularyImportSpecification(Aws::Utils::Json::JsonView jsonValue)
void SetBotId(BotIdT &&value)
const Aws::String & GetBotVersion() const
CustomVocabularyImportSpecification & WithLocaleId(LocaleIdT &&value)
const Aws::String & GetBotId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue