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>
45 inline void SetBotId(
const char* value) { m_botIdHasBeenSet =
true; m_botId.assign(value); }
59 inline void SetBotVersion(
const char* value) { m_botVersionHasBeenSet =
true; m_botVersion.assign(value); }
77 inline void SetLocaleId(
const char* value) { m_localeIdHasBeenSet =
true; m_localeId.assign(value); }
91 inline void SetBotRecommendationId(
const char* value) { m_botRecommendationIdHasBeenSet =
true; m_botRecommendationId.assign(value); }
113 bool m_botIdHasBeenSet =
false;
116 bool m_botVersionHasBeenSet =
false;
119 bool m_localeIdHasBeenSet =
false;
122 bool m_botRecommendationIdHasBeenSet =
false;
125 bool m_encryptionSettingHasBeenSet =
false;
UpdateBotRecommendationRequest & WithBotId(Aws::String &&value)
void SetBotVersion(const Aws::String &value)
void SetBotRecommendationId(const Aws::String &value)
UpdateBotRecommendationRequest & WithBotVersion(const Aws::String &value)
UpdateBotRecommendationRequest & WithBotVersion(Aws::String &&value)
bool BotVersionHasBeenSet() const
const Aws::String & GetLocaleId() const
UpdateBotRecommendationRequest & WithBotId(const Aws::String &value)
void SetBotVersion(const char *value)
void SetBotRecommendationId(Aws::String &&value)
const Aws::String & GetBotVersion() const
UpdateBotRecommendationRequest & WithEncryptionSetting(const EncryptionSetting &value)
UpdateBotRecommendationRequest & WithBotRecommendationId(Aws::String &&value)
UpdateBotRecommendationRequest & WithBotRecommendationId(const Aws::String &value)
void SetBotId(const Aws::String &value)
const EncryptionSetting & GetEncryptionSetting() const
AWS_LEXMODELSV2_API Aws::String SerializePayload() const override
UpdateBotRecommendationRequest & WithBotRecommendationId(const char *value)
void SetLocaleId(const Aws::String &value)
void SetBotId(Aws::String &&value)
UpdateBotRecommendationRequest & WithLocaleId(const Aws::String &value)
UpdateBotRecommendationRequest & WithEncryptionSetting(EncryptionSetting &&value)
UpdateBotRecommendationRequest & WithLocaleId(Aws::String &&value)
const Aws::String & GetBotRecommendationId() const
void SetBotVersion(Aws::String &&value)
UpdateBotRecommendationRequest & WithLocaleId(const char *value)
void SetLocaleId(Aws::String &&value)
void SetBotId(const char *value)
void SetEncryptionSetting(EncryptionSetting &&value)
void SetLocaleId(const char *value)
bool BotIdHasBeenSet() const
AWS_LEXMODELSV2_API UpdateBotRecommendationRequest()
virtual const char * GetServiceRequestName() const override
void SetBotRecommendationId(const char *value)
UpdateBotRecommendationRequest & WithBotVersion(const char *value)
void SetEncryptionSetting(const EncryptionSetting &value)
bool BotRecommendationIdHasBeenSet() const
bool EncryptionSettingHasBeenSet() const
const Aws::String & GetBotId() const
UpdateBotRecommendationRequest & WithBotId(const char *value)
bool LocaleIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String