7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/lexv2-models/LexModelsV2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 inline void SetBotId(
const char* value) { m_botIdHasBeenSet =
true; m_botId.assign(value); }
57 inline void SetBotVersion(
const char* value) { m_botVersionHasBeenSet =
true; m_botVersion.assign(value); }
72 inline void SetLocaleId(
const char* value) { m_localeIdHasBeenSet =
true; m_localeId.assign(value); }
80 bool m_botIdHasBeenSet =
false;
83 bool m_botVersionHasBeenSet =
false;
86 bool m_localeIdHasBeenSet =
false;
void SetLocaleId(Aws::String &&value)
void SetBotId(const char *value)
DeleteCustomVocabularyRequest & WithBotVersion(const char *value)
DeleteCustomVocabularyRequest & WithLocaleId(const Aws::String &value)
DeleteCustomVocabularyRequest & WithBotId(const Aws::String &value)
const Aws::String & GetBotId() const
DeleteCustomVocabularyRequest & WithBotVersion(const Aws::String &value)
const Aws::String & GetBotVersion() const
void SetBotVersion(const Aws::String &value)
void SetLocaleId(const char *value)
bool LocaleIdHasBeenSet() const
DeleteCustomVocabularyRequest & WithBotId(const char *value)
void SetBotId(const Aws::String &value)
const Aws::String & GetLocaleId() const
void SetLocaleId(const Aws::String &value)
bool BotIdHasBeenSet() const
DeleteCustomVocabularyRequest & WithBotVersion(Aws::String &&value)
DeleteCustomVocabularyRequest & WithBotId(Aws::String &&value)
void SetBotId(Aws::String &&value)
bool BotVersionHasBeenSet() const
AWS_LEXMODELSV2_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
AWS_LEXMODELSV2_API DeleteCustomVocabularyRequest()
void SetBotVersion(const char *value)
void SetBotVersion(Aws::String &&value)
DeleteCustomVocabularyRequest & WithLocaleId(Aws::String &&value)
DeleteCustomVocabularyRequest & WithLocaleId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String