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/RecommenderConfig.h>
21namespace Personalize {
45 template <
typename RecommenderConfigT = RecommenderConfig>
47 m_recommenderConfigHasBeenSet =
true;
48 m_recommenderConfig = std::forward<RecommenderConfigT>(value);
50 template <
typename RecommenderConfigT = RecommenderConfig>
64 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
66 m_creationDateTimeHasBeenSet =
true;
67 m_creationDateTime = std::forward<CreationDateTimeT>(value);
69 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
83 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
85 m_lastUpdatedDateTimeHasBeenSet =
true;
86 m_lastUpdatedDateTime = std::forward<LastUpdatedDateTimeT>(value);
88 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
103 template <
typename StatusT = Aws::String>
105 m_statusHasBeenSet =
true;
106 m_status = std::forward<StatusT>(value);
108 template <
typename StatusT = Aws::String>
121 template <
typename FailureReasonT = Aws::String>
123 m_failureReasonHasBeenSet =
true;
124 m_failureReason = std::forward<FailureReasonT>(value);
126 template <
typename FailureReasonT = Aws::String>
142 bool m_recommenderConfigHasBeenSet =
false;
143 bool m_creationDateTimeHasBeenSet =
false;
144 bool m_lastUpdatedDateTimeHasBeenSet =
false;
145 bool m_statusHasBeenSet =
false;
146 bool m_failureReasonHasBeenSet =
false;
AWS_PERSONALIZE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
RecommenderUpdateSummary & WithLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
const Aws::Utils::DateTime & GetLastUpdatedDateTime() const
const Aws::String & GetFailureReason() const
RecommenderUpdateSummary & WithCreationDateTime(CreationDateTimeT &&value)
void SetStatus(StatusT &&value)
void SetCreationDateTime(CreationDateTimeT &&value)
AWS_PERSONALIZE_API RecommenderUpdateSummary()=default
RecommenderUpdateSummary & WithFailureReason(FailureReasonT &&value)
bool LastUpdatedDateTimeHasBeenSet() const
AWS_PERSONALIZE_API RecommenderUpdateSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
RecommenderUpdateSummary & WithStatus(StatusT &&value)
const RecommenderConfig & GetRecommenderConfig() const
RecommenderUpdateSummary & WithRecommenderConfig(RecommenderConfigT &&value)
void SetRecommenderConfig(RecommenderConfigT &&value)
const Aws::Utils::DateTime & GetCreationDateTime() const
bool CreationDateTimeHasBeenSet() const
bool FailureReasonHasBeenSet() const
AWS_PERSONALIZE_API RecommenderUpdateSummary(Aws::Utils::Json::JsonView jsonValue)
bool RecommenderConfigHasBeenSet() const
const Aws::String & GetStatus() const
void SetFailureReason(FailureReasonT &&value)
bool StatusHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue