7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/personalize/Personalize_EXPORTS.h>
10#include <aws/personalize/model/SolutionUpdateConfig.h>
21namespace Personalize {
45 template <
typename SolutionUpdateConfigT = SolutionUpdateConfig>
47 m_solutionUpdateConfigHasBeenSet =
true;
48 m_solutionUpdateConfig = std::forward<SolutionUpdateConfigT>(value);
50 template <
typename SolutionUpdateConfigT = SolutionUpdateConfig>
65 template <
typename StatusT = Aws::String>
67 m_statusHasBeenSet =
true;
68 m_status = std::forward<StatusT>(value);
70 template <
typename StatusT = Aws::String>
84 m_performAutoTrainingHasBeenSet =
true;
85 m_performAutoTraining = value;
104 m_performIncrementalUpdateHasBeenSet =
true;
105 m_performIncrementalUpdate = value;
119 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
121 m_creationDateTimeHasBeenSet =
true;
122 m_creationDateTime = std::forward<CreationDateTimeT>(value);
124 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
138 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
140 m_lastUpdatedDateTimeHasBeenSet =
true;
141 m_lastUpdatedDateTime = std::forward<LastUpdatedDateTimeT>(value);
143 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
156 template <
typename FailureReasonT = Aws::String>
158 m_failureReasonHasBeenSet =
true;
159 m_failureReason = std::forward<FailureReasonT>(value);
161 template <
typename FailureReasonT = Aws::String>
172 bool m_performAutoTraining{
false};
174 bool m_performIncrementalUpdate{
false};
181 bool m_solutionUpdateConfigHasBeenSet =
false;
182 bool m_statusHasBeenSet =
false;
183 bool m_performAutoTrainingHasBeenSet =
false;
184 bool m_performIncrementalUpdateHasBeenSet =
false;
185 bool m_creationDateTimeHasBeenSet =
false;
186 bool m_lastUpdatedDateTimeHasBeenSet =
false;
187 bool m_failureReasonHasBeenSet =
false;
void SetSolutionUpdateConfig(SolutionUpdateConfigT &&value)
void SetStatus(StatusT &&value)
bool PerformIncrementalUpdateHasBeenSet() const
const Aws::String & GetStatus() const
SolutionUpdateSummary & WithStatus(StatusT &&value)
bool GetPerformIncrementalUpdate() const
AWS_PERSONALIZE_API Aws::Utils::Json::JsonValue Jsonize() const
bool PerformAutoTrainingHasBeenSet() const
SolutionUpdateSummary & WithPerformAutoTraining(bool value)
const Aws::Utils::DateTime & GetCreationDateTime() const
const Aws::String & GetFailureReason() const
SolutionUpdateSummary & WithSolutionUpdateConfig(SolutionUpdateConfigT &&value)
SolutionUpdateSummary & WithFailureReason(FailureReasonT &&value)
void SetPerformIncrementalUpdate(bool value)
bool GetPerformAutoTraining() const
const Aws::Utils::DateTime & GetLastUpdatedDateTime() const
bool LastUpdatedDateTimeHasBeenSet() const
SolutionUpdateSummary & WithPerformIncrementalUpdate(bool value)
void SetFailureReason(FailureReasonT &&value)
AWS_PERSONALIZE_API SolutionUpdateSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const SolutionUpdateConfig & GetSolutionUpdateConfig() const
void SetLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
bool SolutionUpdateConfigHasBeenSet() const
bool StatusHasBeenSet() const
void SetPerformAutoTraining(bool value)
bool FailureReasonHasBeenSet() const
void SetCreationDateTime(CreationDateTimeT &&value)
SolutionUpdateSummary & WithLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
SolutionUpdateSummary & WithCreationDateTime(CreationDateTimeT &&value)
AWS_PERSONALIZE_API SolutionUpdateSummary()=default
AWS_PERSONALIZE_API SolutionUpdateSummary(Aws::Utils::Json::JsonView jsonValue)
bool CreationDateTimeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue