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>
45 inline void SetBotId(
const char* value) { m_botIdHasBeenSet =
true; m_botId.assign(value); }
60 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); }
100 bool m_botIdHasBeenSet =
false;
103 bool m_botVersionHasBeenSet =
false;
106 bool m_localeIdHasBeenSet =
false;
109 bool m_customVocabularyItemListHasBeenSet =
false;
AWS_LEXMODELSV2_API BatchCreateCustomVocabularyItemRequest()
bool CustomVocabularyItemListHasBeenSet() const
BatchCreateCustomVocabularyItemRequest & WithLocaleId(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
BatchCreateCustomVocabularyItemRequest & WithCustomVocabularyItemList(Aws::Vector< NewCustomVocabularyItem > &&value)
void SetBotVersion(Aws::String &&value)
BatchCreateCustomVocabularyItemRequest & WithCustomVocabularyItemList(const Aws::Vector< NewCustomVocabularyItem > &value)
void SetLocaleId(const char *value)
void SetBotVersion(const Aws::String &value)
BatchCreateCustomVocabularyItemRequest & AddCustomVocabularyItemList(const NewCustomVocabularyItem &value)
BatchCreateCustomVocabularyItemRequest & WithBotId(const Aws::String &value)
AWS_LEXMODELSV2_API Aws::String SerializePayload() const override
BatchCreateCustomVocabularyItemRequest & WithLocaleId(Aws::String &&value)
bool BotVersionHasBeenSet() const
BatchCreateCustomVocabularyItemRequest & WithBotVersion(Aws::String &&value)
const Aws::String & GetBotId() const
bool LocaleIdHasBeenSet() const
void SetBotId(const Aws::String &value)
const Aws::String & GetLocaleId() const
BatchCreateCustomVocabularyItemRequest & WithBotVersion(const Aws::String &value)
BatchCreateCustomVocabularyItemRequest & WithBotVersion(const char *value)
void SetLocaleId(const Aws::String &value)
const Aws::Vector< NewCustomVocabularyItem > & GetCustomVocabularyItemList() const
void SetBotVersion(const char *value)
BatchCreateCustomVocabularyItemRequest & WithBotId(const char *value)
void SetBotId(Aws::String &&value)
void SetBotId(const char *value)
void SetCustomVocabularyItemList(Aws::Vector< NewCustomVocabularyItem > &&value)
bool BotIdHasBeenSet() const
const Aws::String & GetBotVersion() const
BatchCreateCustomVocabularyItemRequest & WithBotId(Aws::String &&value)
BatchCreateCustomVocabularyItemRequest & WithLocaleId(const char *value)
void SetCustomVocabularyItemList(const Aws::Vector< NewCustomVocabularyItem > &value)
void SetLocaleId(Aws::String &&value)
BatchCreateCustomVocabularyItemRequest & AddCustomVocabularyItemList(NewCustomVocabularyItem &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector