7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/lexv2-models/LexModelsV2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename BotIdT = Aws::String>
42 void SetBotId(BotIdT&& value) { m_botIdHasBeenSet =
true; m_botId = std::forward<BotIdT>(value); }
43 template<
typename BotIdT = Aws::String>
53 template<
typename BotVersionT = Aws::String>
54 void SetBotVersion(BotVersionT&& value) { m_botVersionHasBeenSet =
true; m_botVersion = std::forward<BotVersionT>(value); }
55 template<
typename BotVersionT = Aws::String>
68 template<
typename LocaleIdT = Aws::String>
69 void SetLocaleId(LocaleIdT&& value) { m_localeIdHasBeenSet =
true; m_localeId = std::forward<LocaleIdT>(value); }
70 template<
typename LocaleIdT = Aws::String>
76 bool m_botIdHasBeenSet =
false;
79 bool m_botVersionHasBeenSet =
false;
82 bool m_localeIdHasBeenSet =
false;
void SetLocaleId(LocaleIdT &&value)
bool BotVersionHasBeenSet() const
void SetBotId(BotIdT &&value)
void SetBotVersion(BotVersionT &&value)
AWS_LEXMODELSV2_API Aws::String SerializePayload() const override
bool LocaleIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetBotVersion() const
DeleteBotLocaleRequest & WithBotVersion(BotVersionT &&value)
DeleteBotLocaleRequest & WithBotId(BotIdT &&value)
const Aws::String & GetBotId() const
const Aws::String & GetLocaleId() const
DeleteBotLocaleRequest & WithLocaleId(LocaleIdT &&value)
AWS_LEXMODELSV2_API DeleteBotLocaleRequest()=default
bool BotIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String