7#include <aws/personalize/Personalize_EXPORTS.h>
8#include <aws/personalize/model/RecommenderConfig.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
51 template<
typename RecommenderConfigT = RecommenderConfig>
52 void SetRecommenderConfig(RecommenderConfigT&& value) { m_recommenderConfigHasBeenSet =
true; m_recommenderConfig = std::forward<RecommenderConfigT>(value); }
53 template<
typename RecommenderConfigT = RecommenderConfig>
64 template<
typename CreationDateTimeT = Aws::Utils::DateTime>
65 void SetCreationDateTime(CreationDateTimeT&& value) { m_creationDateTimeHasBeenSet =
true; m_creationDateTime = std::forward<CreationDateTimeT>(value); }
66 template<
typename CreationDateTimeT = Aws::Utils::DateTime>
77 template<
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
78 void SetLastUpdatedDateTime(LastUpdatedDateTimeT&& value) { m_lastUpdatedDateTimeHasBeenSet =
true; m_lastUpdatedDateTime = std::forward<LastUpdatedDateTimeT>(value); }
79 template<
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
91 template<
typename StatusT = Aws::String>
92 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
93 template<
typename StatusT = Aws::String>
103 template<
typename FailureReasonT = Aws::String>
104 void SetFailureReason(FailureReasonT&& value) { m_failureReasonHasBeenSet =
true; m_failureReason = std::forward<FailureReasonT>(value); }
105 template<
typename FailureReasonT = Aws::String>
111 bool m_recommenderConfigHasBeenSet =
false;
114 bool m_creationDateTimeHasBeenSet =
false;
117 bool m_lastUpdatedDateTimeHasBeenSet =
false;
120 bool m_statusHasBeenSet =
false;
123 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