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>
46 template<
typename NameT = Aws::String>
47 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
48 template<
typename NameT = Aws::String>
61 inline void SetPerformHPO(
bool value) { m_performHPOHasBeenSet =
true; m_performHPO = value; }
82 inline void SetPerformAutoML(
bool value) { m_performAutoMLHasBeenSet =
true; m_performAutoML = value; }
107 inline void SetPerformAutoTraining(
bool value) { m_performAutoTrainingHasBeenSet =
true; m_performAutoTraining = value; }
121 template<
typename RecipeArnT = Aws::String>
122 void SetRecipeArn(RecipeArnT&& value) { m_recipeArnHasBeenSet =
true; m_recipeArn = std::forward<RecipeArnT>(value); }
123 template<
typename RecipeArnT = Aws::String>
134 template<
typename DatasetGroupArnT = Aws::String>
135 void SetDatasetGroupArn(DatasetGroupArnT&& value) { m_datasetGroupArnHasBeenSet =
true; m_datasetGroupArn = std::forward<DatasetGroupArnT>(value); }
136 template<
typename DatasetGroupArnT = Aws::String>
150 template<
typename EventTypeT = Aws::String>
151 void SetEventType(EventTypeT&& value) { m_eventTypeHasBeenSet =
true; m_eventType = std::forward<EventTypeT>(value); }
152 template<
typename EventTypeT = Aws::String>
166 template<
typename SolutionConfigT = SolutionConfig>
167 void SetSolutionConfig(SolutionConfigT&& value) { m_solutionConfigHasBeenSet =
true; m_solutionConfig = std::forward<SolutionConfigT>(value); }
168 template<
typename SolutionConfigT = SolutionConfig>
180 template<
typename TagsT = Aws::Vector<Tag>>
181 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
182 template<
typename TagsT = Aws::Vector<Tag>>
184 template<
typename TagsT = Tag>
190 bool m_nameHasBeenSet =
false;
192 bool m_performHPO{
false};
193 bool m_performHPOHasBeenSet =
false;
195 bool m_performAutoML{
false};
196 bool m_performAutoMLHasBeenSet =
false;
198 bool m_performAutoTraining{
false};
199 bool m_performAutoTrainingHasBeenSet =
false;
202 bool m_recipeArnHasBeenSet =
false;
205 bool m_datasetGroupArnHasBeenSet =
false;
208 bool m_eventTypeHasBeenSet =
false;
210 SolutionConfig m_solutionConfig;
211 bool m_solutionConfigHasBeenSet =
false;
214 bool m_tagsHasBeenSet =
false;
void SetPerformAutoML(bool value)
const Aws::String & GetDatasetGroupArn() const
bool GetPerformAutoTraining() const
void SetRecipeArn(RecipeArnT &&value)
CreateSolutionRequest & WithPerformHPO(bool value)
CreateSolutionRequest & WithPerformAutoTraining(bool value)
const Aws::String & GetEventType() const
virtual const char * GetServiceRequestName() const override
CreateSolutionRequest & AddTags(TagsT &&value)
const Aws::Vector< Tag > & GetTags() const
AWS_PERSONALIZE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_PERSONALIZE_API Aws::String SerializePayload() const override
const Aws::String & GetRecipeArn() const
void SetPerformHPO(bool value)
void SetEventType(EventTypeT &&value)
void SetTags(TagsT &&value)
bool GetPerformHPO() const
bool TagsHasBeenSet() const
CreateSolutionRequest & WithRecipeArn(RecipeArnT &&value)
const SolutionConfig & GetSolutionConfig() const
CreateSolutionRequest & WithEventType(EventTypeT &&value)
void SetSolutionConfig(SolutionConfigT &&value)
CreateSolutionRequest & WithSolutionConfig(SolutionConfigT &&value)
CreateSolutionRequest & WithDatasetGroupArn(DatasetGroupArnT &&value)
bool SolutionConfigHasBeenSet() const
bool EventTypeHasBeenSet() const
AWS_PERSONALIZE_API CreateSolutionRequest()=default
void SetName(NameT &&value)
bool PerformHPOHasBeenSet() const
CreateSolutionRequest & WithPerformAutoML(bool value)
bool PerformAutoTrainingHasBeenSet() const
CreateSolutionRequest & WithTags(TagsT &&value)
const Aws::String & GetName() const
bool GetPerformAutoML() const
CreateSolutionRequest & WithName(NameT &&value)
bool NameHasBeenSet() const
bool DatasetGroupArnHasBeenSet() const
void SetPerformAutoTraining(bool value)
void SetDatasetGroupArn(DatasetGroupArnT &&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