7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lexv2-models/LexModelsV2Request.h>
9#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
10#include <aws/lexv2-models/model/EncryptionSetting.h>
15namespace LexModelsV2 {
39 template <
typename BotIdT = Aws::String>
41 m_botIdHasBeenSet =
true;
42 m_botId = std::forward<BotIdT>(value);
44 template <
typename BotIdT = Aws::String>
46 SetBotId(std::forward<BotIdT>(value));
57 template <
typename BotVersionT = Aws::String>
59 m_botVersionHasBeenSet =
true;
60 m_botVersion = std::forward<BotVersionT>(value);
62 template <
typename BotVersionT = Aws::String>
79 template <
typename LocaleIdT = Aws::String>
81 m_localeIdHasBeenSet =
true;
82 m_localeId = std::forward<LocaleIdT>(value);
84 template <
typename LocaleIdT = Aws::String>
97 template <
typename BotRecommendationIdT = Aws::String>
99 m_botRecommendationIdHasBeenSet =
true;
100 m_botRecommendationId = std::forward<BotRecommendationIdT>(value);
102 template <
typename BotRecommendationIdT = Aws::String>
117 template <
typename EncryptionSettingT = EncryptionSetting>
119 m_encryptionSettingHasBeenSet =
true;
120 m_encryptionSetting = std::forward<EncryptionSettingT>(value);
122 template <
typename EncryptionSettingT = EncryptionSetting>
138 bool m_botIdHasBeenSet =
false;
139 bool m_botVersionHasBeenSet =
false;
140 bool m_localeIdHasBeenSet =
false;
141 bool m_botRecommendationIdHasBeenSet =
false;
142 bool m_encryptionSettingHasBeenSet =
false;
UpdateBotRecommendationRequest & WithBotVersion(BotVersionT &&value)
UpdateBotRecommendationRequest & WithBotId(BotIdT &&value)
bool BotVersionHasBeenSet() const
const Aws::String & GetLocaleId() const
const Aws::String & GetBotVersion() const
void SetBotRecommendationId(BotRecommendationIdT &&value)
AWS_LEXMODELSV2_API UpdateBotRecommendationRequest()=default
void SetLocaleId(LocaleIdT &&value)
const EncryptionSetting & GetEncryptionSetting() const
AWS_LEXMODELSV2_API Aws::String SerializePayload() const override
UpdateBotRecommendationRequest & WithLocaleId(LocaleIdT &&value)
void SetEncryptionSetting(EncryptionSettingT &&value)
void SetBotVersion(BotVersionT &&value)
const Aws::String & GetBotRecommendationId() const
UpdateBotRecommendationRequest & WithEncryptionSetting(EncryptionSettingT &&value)
void SetBotId(BotIdT &&value)
bool BotIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
UpdateBotRecommendationRequest & WithBotRecommendationId(BotRecommendationIdT &&value)
bool BotRecommendationIdHasBeenSet() const
bool EncryptionSettingHasBeenSet() const
const Aws::String & GetBotId() const
bool LocaleIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String