7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/personalize/PersonalizeRequest.h>
10#include <aws/personalize/Personalize_EXPORTS.h>
11#include <aws/personalize/model/SolutionConfig.h>
12#include <aws/personalize/model/Tag.h>
17namespace Personalize {
42 template <
typename NameT = Aws::String>
44 m_nameHasBeenSet =
true;
45 m_name = std::forward<NameT>(value);
47 template <
typename NameT = Aws::String>
49 SetName(std::forward<NameT>(value));
64 m_performHPOHasBeenSet =
true;
91 m_performAutoMLHasBeenSet =
true;
92 m_performAutoML = value;
122 m_performAutoTrainingHasBeenSet =
true;
123 m_performAutoTraining = value;
141 m_performIncrementalUpdateHasBeenSet =
true;
142 m_performIncrementalUpdate = value;
160 template <
typename RecipeArnT = Aws::String>
162 m_recipeArnHasBeenSet =
true;
163 m_recipeArn = std::forward<RecipeArnT>(value);
165 template <
typename RecipeArnT = Aws::String>
179 template <
typename DatasetGroupArnT = Aws::String>
181 m_datasetGroupArnHasBeenSet =
true;
182 m_datasetGroupArn = std::forward<DatasetGroupArnT>(value);
184 template <
typename DatasetGroupArnT = Aws::String>
201 template <
typename EventTypeT = Aws::String>
203 m_eventTypeHasBeenSet =
true;
204 m_eventType = std::forward<EventTypeT>(value);
206 template <
typename EventTypeT = Aws::String>
223 template <
typename SolutionConfigT = SolutionConfig>
225 m_solutionConfigHasBeenSet =
true;
226 m_solutionConfig = std::forward<SolutionConfigT>(value);
228 template <
typename SolutionConfigT = SolutionConfig>
243 template <
typename TagsT = Aws::Vector<Tag>>
245 m_tagsHasBeenSet =
true;
246 m_tags = std::forward<TagsT>(value);
248 template <
typename TagsT = Aws::Vector<Tag>>
250 SetTags(std::forward<TagsT>(value));
253 template <
typename TagsT = Tag>
255 m_tagsHasBeenSet =
true;
256 m_tags.emplace_back(std::forward<TagsT>(value));
263 bool m_performHPO{
false};
265 bool m_performAutoML{
false};
267 bool m_performAutoTraining{
false};
269 bool m_performIncrementalUpdate{
false};
277 SolutionConfig m_solutionConfig;
280 bool m_nameHasBeenSet =
false;
281 bool m_performHPOHasBeenSet =
false;
282 bool m_performAutoMLHasBeenSet =
false;
283 bool m_performAutoTrainingHasBeenSet =
false;
284 bool m_performIncrementalUpdateHasBeenSet =
false;
285 bool m_recipeArnHasBeenSet =
false;
286 bool m_datasetGroupArnHasBeenSet =
false;
287 bool m_eventTypeHasBeenSet =
false;
288 bool m_solutionConfigHasBeenSet =
false;
289 bool m_tagsHasBeenSet =
false;
void SetPerformIncrementalUpdate(bool value)
void SetPerformAutoML(bool value)
const Aws::String & GetDatasetGroupArn() const
CreateSolutionRequest & WithPerformIncrementalUpdate(bool value)
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
bool PerformIncrementalUpdateHasBeenSet() 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)
bool GetPerformIncrementalUpdate() const
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