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 {
40 template <
typename BotIdT = Aws::String>
42 m_botIdHasBeenSet =
true;
43 m_botId = std::forward<BotIdT>(value);
45 template <
typename BotIdT = Aws::String>
47 SetBotId(std::forward<BotIdT>(value));
59 template <
typename BotVersionT = Aws::String>
61 m_botVersionHasBeenSet =
true;
62 m_botVersion = std::forward<BotVersionT>(value);
64 template <
typename BotVersionT = Aws::String>
82 template <
typename LocaleIdT = Aws::String>
84 m_localeIdHasBeenSet =
true;
85 m_localeId = std::forward<LocaleIdT>(value);
87 template <
typename LocaleIdT = Aws::String>
99 bool m_botIdHasBeenSet =
false;
100 bool m_botVersionHasBeenSet =
false;
101 bool m_localeIdHasBeenSet =
false;
bool BotIdHasBeenSet() const
BuildBotLocaleRequest & WithBotId(BotIdT &&value)
AWS_LEXMODELSV2_API Aws::String SerializePayload() const override
void SetLocaleId(LocaleIdT &&value)
bool BotVersionHasBeenSet() const
const Aws::String & GetBotId() const
void SetBotVersion(BotVersionT &&value)
const Aws::String & GetLocaleId() const
bool LocaleIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_LEXMODELSV2_API BuildBotLocaleRequest()=default
BuildBotLocaleRequest & WithLocaleId(LocaleIdT &&value)
BuildBotLocaleRequest & WithBotVersion(BotVersionT &&value)
const Aws::String & GetBotVersion() const
void SetBotId(BotIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String