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/SolutionConfig.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/personalize/model/Tag.h>
48 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
63 inline void SetPerformHPO(
bool value) { m_performHPOHasBeenSet =
true; m_performHPO = value; }
84 inline void SetPerformAutoML(
bool value) { m_performAutoMLHasBeenSet =
true; m_performAutoML = value; }
109 inline void SetPerformAutoTraining(
bool value) { m_performAutoTrainingHasBeenSet =
true; m_performAutoTraining = value; }
125 inline void SetRecipeArn(
const char* value) { m_recipeArnHasBeenSet =
true; m_recipeArn.assign(value); }
140 inline void SetDatasetGroupArn(
const char* value) { m_datasetGroupArnHasBeenSet =
true; m_datasetGroupArn.assign(value); }
158 inline void SetEventType(
const char* value) { m_eventTypeHasBeenSet =
true; m_eventType.assign(value); }
198 bool m_nameHasBeenSet =
false;
201 bool m_performHPOHasBeenSet =
false;
203 bool m_performAutoML;
204 bool m_performAutoMLHasBeenSet =
false;
206 bool m_performAutoTraining;
207 bool m_performAutoTrainingHasBeenSet =
false;
210 bool m_recipeArnHasBeenSet =
false;
213 bool m_datasetGroupArnHasBeenSet =
false;
216 bool m_eventTypeHasBeenSet =
false;
219 bool m_solutionConfigHasBeenSet =
false;
222 bool m_tagsHasBeenSet =
false;
CreateSolutionRequest & WithRecipeArn(const char *value)
CreateSolutionRequest & WithDatasetGroupArn(Aws::String &&value)
CreateSolutionRequest & WithSolutionConfig(SolutionConfig &&value)
CreateSolutionRequest & WithName(const Aws::String &value)
void SetPerformAutoML(bool value)
const Aws::String & GetDatasetGroupArn() const
CreateSolutionRequest & WithDatasetGroupArn(const Aws::String &value)
void SetRecipeArn(Aws::String &&value)
bool GetPerformAutoTraining() const
CreateSolutionRequest & WithEventType(const Aws::String &value)
CreateSolutionRequest & WithPerformHPO(bool value)
CreateSolutionRequest & WithPerformAutoTraining(bool value)
CreateSolutionRequest & WithTags(const Aws::Vector< Tag > &value)
const Aws::String & GetEventType() const
virtual const char * GetServiceRequestName() const override
void SetEventType(const char *value)
const Aws::Vector< Tag > & GetTags() const
CreateSolutionRequest & WithTags(Aws::Vector< Tag > &&value)
void SetEventType(Aws::String &&value)
CreateSolutionRequest & WithName(const char *value)
void SetDatasetGroupArn(const Aws::String &value)
AWS_PERSONALIZE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
CreateSolutionRequest & WithDatasetGroupArn(const char *value)
AWS_PERSONALIZE_API Aws::String SerializePayload() const override
const Aws::String & GetRecipeArn() const
void SetPerformHPO(bool value)
CreateSolutionRequest & WithEventType(const char *value)
void SetRecipeArn(const Aws::String &value)
void SetEventType(const Aws::String &value)
bool GetPerformHPO() const
bool TagsHasBeenSet() const
void SetName(Aws::String &&value)
const SolutionConfig & GetSolutionConfig() const
AWS_PERSONALIZE_API CreateSolutionRequest()
CreateSolutionRequest & WithSolutionConfig(const SolutionConfig &value)
void SetTags(Aws::Vector< Tag > &&value)
void SetName(const Aws::String &value)
CreateSolutionRequest & AddTags(Tag &&value)
bool SolutionConfigHasBeenSet() const
CreateSolutionRequest & WithRecipeArn(const Aws::String &value)
bool EventTypeHasBeenSet() const
CreateSolutionRequest & WithRecipeArn(Aws::String &&value)
CreateSolutionRequest & WithEventType(Aws::String &&value)
bool PerformHPOHasBeenSet() const
void SetSolutionConfig(const SolutionConfig &value)
CreateSolutionRequest & WithPerformAutoML(bool value)
bool PerformAutoTrainingHasBeenSet() const
void SetName(const char *value)
void SetSolutionConfig(SolutionConfig &&value)
const Aws::String & GetName() const
CreateSolutionRequest & WithName(Aws::String &&value)
bool GetPerformAutoML() const
CreateSolutionRequest & AddTags(const Tag &value)
bool NameHasBeenSet() const
void SetTags(const Aws::Vector< Tag > &value)
bool DatasetGroupArnHasBeenSet() const
void SetPerformAutoTraining(bool value)
void SetRecipeArn(const char *value)
void SetDatasetGroupArn(const char *value)
void SetDatasetGroupArn(Aws::String &&value)
bool PerformAutoMLHasBeenSet() const
bool RecipeArnHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector