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>
71 template<
typename LocaleIdT = Aws::String>
72 void SetLocaleId(LocaleIdT&& value) { m_localeIdHasBeenSet =
true; m_localeId = std::forward<LocaleIdT>(value); }
73 template<
typename LocaleIdT = Aws::String>
79 bool m_botIdHasBeenSet =
false;
82 bool m_botVersionHasBeenSet =
false;
85 bool m_localeIdHasBeenSet =
false;
AWS_LEXMODELSV2_API CustomVocabularyExportSpecification()=default
void SetBotVersion(BotVersionT &&value)
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
bool BotVersionHasBeenSet() const
const Aws::String & GetLocaleId() const
void SetBotId(BotIdT &&value)
bool BotIdHasBeenSet() const
CustomVocabularyExportSpecification & WithLocaleId(LocaleIdT &&value)
CustomVocabularyExportSpecification & WithBotVersion(BotVersionT &&value)
const Aws::String & GetBotId() const
AWS_LEXMODELSV2_API CustomVocabularyExportSpecification & operator=(Aws::Utils::Json::JsonView jsonValue)
bool LocaleIdHasBeenSet() const
const Aws::String & GetBotVersion() const
AWS_LEXMODELSV2_API CustomVocabularyExportSpecification(Aws::Utils::Json::JsonView jsonValue)
void SetLocaleId(LocaleIdT &&value)
CustomVocabularyExportSpecification & WithBotId(BotIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue