7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lexv2-models/LexModelsV2Request.h>
9#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
14namespace LexModelsV2 {
37 template <
typename BotIdT = Aws::String>
39 m_botIdHasBeenSet =
true;
40 m_botId = std::forward<BotIdT>(value);
42 template <
typename BotIdT = Aws::String>
44 SetBotId(std::forward<BotIdT>(value));
55 template <
typename BotVersionT = Aws::String>
57 m_botVersionHasBeenSet =
true;
58 m_botVersion = std::forward<BotVersionT>(value);
60 template <
typename BotVersionT = Aws::String>
74 template <
typename LocaleIdT = Aws::String>
76 m_localeIdHasBeenSet =
true;
77 m_localeId = std::forward<LocaleIdT>(value);
79 template <
typename LocaleIdT = Aws::String>
91 bool m_botIdHasBeenSet =
false;
92 bool m_botVersionHasBeenSet =
false;
93 bool m_localeIdHasBeenSet =
false;
const Aws::String & GetBotId() const
void SetBotId(BotIdT &&value)
DeleteCustomVocabularyRequest & WithLocaleId(LocaleIdT &&value)
const Aws::String & GetBotVersion() const
DeleteCustomVocabularyRequest & WithBotId(BotIdT &&value)
DeleteCustomVocabularyRequest & WithBotVersion(BotVersionT &&value)
bool LocaleIdHasBeenSet() const
const Aws::String & GetLocaleId() const
bool BotIdHasBeenSet() const
AWS_LEXMODELSV2_API DeleteCustomVocabularyRequest()=default
void SetLocaleId(LocaleIdT &&value)
bool BotVersionHasBeenSet() const
AWS_LEXMODELSV2_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
void SetBotVersion(BotVersionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String