7#include <aws/personalize/Personalize_EXPORTS.h>
8#include <aws/personalize/PersonalizeRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/personalize/model/SolutionUpdateConfig.h>
44 template<
typename SolutionArnT = Aws::String>
45 void SetSolutionArn(SolutionArnT&& value) { m_solutionArnHasBeenSet =
true; m_solutionArn = std::forward<SolutionArnT>(value); }
46 template<
typename SolutionArnT = Aws::String>
70 inline void SetPerformAutoTraining(
bool value) { m_performAutoTrainingHasBeenSet =
true; m_performAutoTraining = value; }
80 template<
typename SolutionUpdateConfigT = SolutionUpdateConfig>
81 void SetSolutionUpdateConfig(SolutionUpdateConfigT&& value) { m_solutionUpdateConfigHasBeenSet =
true; m_solutionUpdateConfig = std::forward<SolutionUpdateConfigT>(value); }
82 template<
typename SolutionUpdateConfigT = SolutionUpdateConfig>
88 bool m_solutionArnHasBeenSet =
false;
90 bool m_performAutoTraining{
false};
91 bool m_performAutoTrainingHasBeenSet =
false;
93 SolutionUpdateConfig m_solutionUpdateConfig;
94 bool m_solutionUpdateConfigHasBeenSet =
false;
void SetPerformAutoTraining(bool value)
void SetSolutionArn(SolutionArnT &&value)
bool GetPerformAutoTraining() const
const SolutionUpdateConfig & GetSolutionUpdateConfig() const
AWS_PERSONALIZE_API Aws::String SerializePayload() const override
bool SolutionArnHasBeenSet() const
AWS_PERSONALIZE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool PerformAutoTrainingHasBeenSet() const
UpdateSolutionRequest & WithPerformAutoTraining(bool value)
void SetSolutionUpdateConfig(SolutionUpdateConfigT &&value)
virtual const char * GetServiceRequestName() const override
UpdateSolutionRequest & WithSolutionUpdateConfig(SolutionUpdateConfigT &&value)
const Aws::String & GetSolutionArn() const
UpdateSolutionRequest & WithSolutionArn(SolutionArnT &&value)
bool SolutionUpdateConfigHasBeenSet() const
AWS_PERSONALIZE_API UpdateSolutionRequest()=default
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String