7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/lexv2-models/LexModelsV2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/lexv2-models/model/EncryptionSetting.h>
43 template<
typename BotIdT = Aws::String>
44 void SetBotId(BotIdT&& value) { m_botIdHasBeenSet =
true; m_botId = std::forward<BotIdT>(value); }
45 template<
typename BotIdT = Aws::String>
55 template<
typename BotVersionT = Aws::String>
56 void SetBotVersion(BotVersionT&& value) { m_botVersionHasBeenSet =
true; m_botVersion = std::forward<BotVersionT>(value); }
57 template<
typename BotVersionT = Aws::String>
71 template<
typename LocaleIdT = Aws::String>
72 void SetLocaleId(LocaleIdT&& value) { m_localeIdHasBeenSet =
true; m_localeId = std::forward<LocaleIdT>(value); }
73 template<
typename LocaleIdT = Aws::String>
83 template<
typename BotRecommendationIdT = Aws::String>
84 void SetBotRecommendationId(BotRecommendationIdT&& value) { m_botRecommendationIdHasBeenSet =
true; m_botRecommendationId = std::forward<BotRecommendationIdT>(value); }
85 template<
typename BotRecommendationIdT = Aws::String>
97 template<
typename EncryptionSettingT = EncryptionSetting>
98 void SetEncryptionSetting(EncryptionSettingT&& value) { m_encryptionSettingHasBeenSet =
true; m_encryptionSetting = std::forward<EncryptionSettingT>(value); }
99 template<
typename EncryptionSettingT = EncryptionSetting>
105 bool m_botIdHasBeenSet =
false;
108 bool m_botVersionHasBeenSet =
false;
111 bool m_localeIdHasBeenSet =
false;
114 bool m_botRecommendationIdHasBeenSet =
false;
117 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