7#include <aws/personalize/Personalize_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/personalize/model/SolutionConfig.h>
10#include <aws/personalize/model/AutoMLResult.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/personalize/model/SolutionVersionSummary.h>
13#include <aws/personalize/model/SolutionUpdateSummary.h>
64 template<
typename NameT = Aws::String>
65 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
66 template<
typename NameT = Aws::String>
76 template<
typename SolutionArnT = Aws::String>
77 void SetSolutionArn(SolutionArnT&& value) { m_solutionArnHasBeenSet =
true; m_solutionArn = std::forward<SolutionArnT>(value); }
78 template<
typename SolutionArnT = Aws::String>
89 inline void SetPerformHPO(
bool value) { m_performHPOHasBeenSet =
true; m_performHPO = value; }
107 inline void SetPerformAutoML(
bool value) { m_performAutoMLHasBeenSet =
true; m_performAutoML = value; }
121 inline void SetPerformAutoTraining(
bool value) { m_performAutoTrainingHasBeenSet =
true; m_performAutoTraining = value; }
132 template<
typename RecipeArnT = Aws::String>
133 void SetRecipeArn(RecipeArnT&& value) { m_recipeArnHasBeenSet =
true; m_recipeArn = std::forward<RecipeArnT>(value); }
134 template<
typename RecipeArnT = Aws::String>
145 template<
typename DatasetGroupArnT = Aws::String>
146 void SetDatasetGroupArn(DatasetGroupArnT&& value) { m_datasetGroupArnHasBeenSet =
true; m_datasetGroupArn = std::forward<DatasetGroupArnT>(value); }
147 template<
typename DatasetGroupArnT = Aws::String>
159 template<
typename EventTypeT = Aws::String>
160 void SetEventType(EventTypeT&& value) { m_eventTypeHasBeenSet =
true; m_eventType = std::forward<EventTypeT>(value); }
161 template<
typename EventTypeT = Aws::String>
171 template<
typename SolutionConfigT = SolutionConfig>
172 void SetSolutionConfig(SolutionConfigT&& value) { m_solutionConfigHasBeenSet =
true; m_solutionConfig = std::forward<SolutionConfigT>(value); }
173 template<
typename SolutionConfigT = SolutionConfig>
183 template<
typename AutoMLResultT = AutoMLResult>
184 void SetAutoMLResult(AutoMLResultT&& value) { m_autoMLResultHasBeenSet =
true; m_autoMLResult = std::forward<AutoMLResultT>(value); }
185 template<
typename AutoMLResultT = AutoMLResult>
198 template<
typename StatusT = Aws::String>
199 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
200 template<
typename StatusT = Aws::String>
210 template<
typename CreationDateTimeT = Aws::Utils::DateTime>
211 void SetCreationDateTime(CreationDateTimeT&& value) { m_creationDateTimeHasBeenSet =
true; m_creationDateTime = std::forward<CreationDateTimeT>(value); }
212 template<
typename CreationDateTimeT = Aws::Utils::DateTime>
222 template<
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
223 void SetLastUpdatedDateTime(LastUpdatedDateTimeT&& value) { m_lastUpdatedDateTimeHasBeenSet =
true; m_lastUpdatedDateTime = std::forward<LastUpdatedDateTimeT>(value); }
224 template<
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
235 template<
typename LatestSolutionVersionT = SolutionVersionSummary>
236 void SetLatestSolutionVersion(LatestSolutionVersionT&& value) { m_latestSolutionVersionHasBeenSet =
true; m_latestSolutionVersion = std::forward<LatestSolutionVersionT>(value); }
237 template<
typename LatestSolutionVersionT = SolutionVersionSummary>
247 template<
typename LatestSolutionUpdateT = SolutionUpdateSummary>
248 void SetLatestSolutionUpdate(LatestSolutionUpdateT&& value) { m_latestSolutionUpdateHasBeenSet =
true; m_latestSolutionUpdate = std::forward<LatestSolutionUpdateT>(value); }
249 template<
typename LatestSolutionUpdateT = SolutionUpdateSummary>
255 bool m_nameHasBeenSet =
false;
258 bool m_solutionArnHasBeenSet =
false;
260 bool m_performHPO{
false};
261 bool m_performHPOHasBeenSet =
false;
263 bool m_performAutoML{
false};
264 bool m_performAutoMLHasBeenSet =
false;
266 bool m_performAutoTraining{
false};
267 bool m_performAutoTrainingHasBeenSet =
false;
270 bool m_recipeArnHasBeenSet =
false;
273 bool m_datasetGroupArnHasBeenSet =
false;
276 bool m_eventTypeHasBeenSet =
false;
278 SolutionConfig m_solutionConfig;
279 bool m_solutionConfigHasBeenSet =
false;
281 AutoMLResult m_autoMLResult;
282 bool m_autoMLResultHasBeenSet =
false;
285 bool m_statusHasBeenSet =
false;
288 bool m_creationDateTimeHasBeenSet =
false;
291 bool m_lastUpdatedDateTimeHasBeenSet =
false;
293 SolutionVersionSummary m_latestSolutionVersion;
294 bool m_latestSolutionVersionHasBeenSet =
false;
296 SolutionUpdateSummary m_latestSolutionUpdate;
297 bool m_latestSolutionUpdateHasBeenSet =
false;
void SetLatestSolutionVersion(LatestSolutionVersionT &&value)
bool DatasetGroupArnHasBeenSet() const
AWS_PERSONALIZE_API Aws::Utils::Json::JsonValue Jsonize() const
bool StatusHasBeenSet() const
bool PerformHPOHasBeenSet() const
const Aws::String & GetName() const
bool GetPerformHPO() const
bool PerformAutoTrainingHasBeenSet() const
Solution & WithRecipeArn(RecipeArnT &&value)
Solution & WithSolutionConfig(SolutionConfigT &&value)
bool AutoMLResultHasBeenSet() const
bool LastUpdatedDateTimeHasBeenSet() const
const SolutionVersionSummary & GetLatestSolutionVersion() const
const Aws::String & GetEventType() const
Solution & WithLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
void SetPerformHPO(bool value)
Solution & WithLatestSolutionVersion(LatestSolutionVersionT &&value)
bool LatestSolutionUpdateHasBeenSet() const
void SetDatasetGroupArn(DatasetGroupArnT &&value)
const Aws::Utils::DateTime & GetCreationDateTime() const
const Aws::String & GetDatasetGroupArn() const
void SetPerformAutoTraining(bool value)
Solution & WithAutoMLResult(AutoMLResultT &&value)
bool RecipeArnHasBeenSet() const
void SetAutoMLResult(AutoMLResultT &&value)
bool NameHasBeenSet() const
AWS_PERSONALIZE_API Solution & operator=(Aws::Utils::Json::JsonView jsonValue)
Solution & WithPerformAutoTraining(bool value)
bool GetPerformAutoTraining() const
void SetEventType(EventTypeT &&value)
Solution & WithLatestSolutionUpdate(LatestSolutionUpdateT &&value)
Solution & WithName(NameT &&value)
AWS_PERSONALIZE_API Solution(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetStatus() const
Solution & WithSolutionArn(SolutionArnT &&value)
const AutoMLResult & GetAutoMLResult() const
void SetName(NameT &&value)
void SetLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
bool LatestSolutionVersionHasBeenSet() const
const Aws::String & GetSolutionArn() const
void SetRecipeArn(RecipeArnT &&value)
Solution & WithPerformHPO(bool value)
void SetCreationDateTime(CreationDateTimeT &&value)
void SetSolutionConfig(SolutionConfigT &&value)
Solution & WithDatasetGroupArn(DatasetGroupArnT &&value)
bool EventTypeHasBeenSet() const
void SetSolutionArn(SolutionArnT &&value)
Solution & WithPerformAutoML(bool value)
bool GetPerformAutoML() const
void SetPerformAutoML(bool value)
const Aws::Utils::DateTime & GetLastUpdatedDateTime() const
Solution & WithEventType(EventTypeT &&value)
void SetStatus(StatusT &&value)
bool SolutionConfigHasBeenSet() const
Solution & WithStatus(StatusT &&value)
bool SolutionArnHasBeenSet() const
AWS_PERSONALIZE_API Solution()=default
const SolutionConfig & GetSolutionConfig() const
void SetLatestSolutionUpdate(LatestSolutionUpdateT &&value)
bool PerformAutoMLHasBeenSet() const
Solution & WithCreationDateTime(CreationDateTimeT &&value)
bool CreationDateTimeHasBeenSet() const
const SolutionUpdateSummary & GetLatestSolutionUpdate() const
const Aws::String & GetRecipeArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue