7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/lexv2-models/LexModelsV2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/lexv2-models/model/NewCustomVocabularyItem.h>
43 template<
typename BotIdT = Aws::String>
44 void SetBotId(BotIdT&& value) { m_botIdHasBeenSet =
true; m_botId = std::forward<BotIdT>(value); }
45 template<
typename BotIdT = Aws::String>
56 template<
typename BotVersionT = Aws::String>
57 void SetBotVersion(BotVersionT&& value) { m_botVersionHasBeenSet =
true; m_botVersion = std::forward<BotVersionT>(value); }
58 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>
84 template<
typename CustomVocabularyItemListT = Aws::Vector<NewCustomVocabularyItem>>
85 void SetCustomVocabularyItemList(CustomVocabularyItemListT&& value) { m_customVocabularyItemListHasBeenSet =
true; m_customVocabularyItemList = std::forward<CustomVocabularyItemListT>(value); }
86 template<
typename CustomVocabularyItemListT = Aws::Vector<NewCustomVocabularyItem>>
88 template<
typename CustomVocabularyItemListT = NewCustomVocabularyItem>
94 bool m_botIdHasBeenSet =
false;
97 bool m_botVersionHasBeenSet =
false;
100 bool m_localeIdHasBeenSet =
false;
103 bool m_customVocabularyItemListHasBeenSet =
false;
bool CustomVocabularyItemListHasBeenSet() const
void SetBotVersion(BotVersionT &&value)
virtual const char * GetServiceRequestName() const override
AWS_LEXMODELSV2_API BatchCreateCustomVocabularyItemRequest()=default
void SetBotId(BotIdT &&value)
AWS_LEXMODELSV2_API Aws::String SerializePayload() const override
void SetLocaleId(LocaleIdT &&value)
bool BotVersionHasBeenSet() const
const Aws::String & GetBotId() const
BatchCreateCustomVocabularyItemRequest & WithCustomVocabularyItemList(CustomVocabularyItemListT &&value)
bool LocaleIdHasBeenSet() const
const Aws::String & GetLocaleId() const
const Aws::Vector< NewCustomVocabularyItem > & GetCustomVocabularyItemList() const
void SetCustomVocabularyItemList(CustomVocabularyItemListT &&value)
BatchCreateCustomVocabularyItemRequest & WithBotVersion(BotVersionT &&value)
BatchCreateCustomVocabularyItemRequest & WithBotId(BotIdT &&value)
BatchCreateCustomVocabularyItemRequest & WithLocaleId(LocaleIdT &&value)
bool BotIdHasBeenSet() const
BatchCreateCustomVocabularyItemRequest & AddCustomVocabularyItemList(CustomVocabularyItemListT &&value)
const Aws::String & GetBotVersion() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector