7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
11#include <aws/customer-profiles/model/RecommenderConfig.h>
12#include <aws/customer-profiles/model/RecommenderRecipeName.h>
13#include <aws/customer-profiles/model/RecommenderStatus.h>
14#include <aws/customer-profiles/model/RecommenderUpdate.h>
25namespace CustomerProfiles {
47 template <
typename RecommenderNameT = Aws::String>
49 m_recommenderNameHasBeenSet =
true;
50 m_recommenderName = std::forward<RecommenderNameT>(value);
52 template <
typename RecommenderNameT = Aws::String>
66 m_recipeNameHasBeenSet =
true;
81 template <
typename RecommenderConfigT = RecommenderConfig>
83 m_recommenderConfigHasBeenSet =
true;
84 m_recommenderConfig = std::forward<RecommenderConfigT>(value);
86 template <
typename RecommenderConfigT = RecommenderConfig>
99 template <
typename CreatedAtT = Aws::Utils::DateTime>
101 m_createdAtHasBeenSet =
true;
102 m_createdAt = std::forward<CreatedAtT>(value);
104 template <
typename CreatedAtT = Aws::Utils::DateTime>
117 template <
typename DescriptionT = Aws::String>
119 m_descriptionHasBeenSet =
true;
120 m_description = std::forward<DescriptionT>(value);
122 template <
typename DescriptionT = Aws::String>
136 m_statusHasBeenSet =
true;
151 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
153 m_lastUpdatedAtHasBeenSet =
true;
154 m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value);
156 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
169 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
171 m_tagsHasBeenSet =
true;
172 m_tags = std::forward<TagsT>(value);
174 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
176 SetTags(std::forward<TagsT>(value));
179 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
181 m_tagsHasBeenSet =
true;
182 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
194 template <
typename FailureReasonT = Aws::String>
196 m_failureReasonHasBeenSet =
true;
197 m_failureReason = std::forward<FailureReasonT>(value);
199 template <
typename FailureReasonT = Aws::String>
213 template <
typename LatestRecommenderUpdateT = RecommenderUpdate>
215 m_latestRecommenderUpdateHasBeenSet =
true;
216 m_latestRecommenderUpdate = std::forward<LatestRecommenderUpdateT>(value);
218 template <
typename LatestRecommenderUpdateT = RecommenderUpdate>
229 RecommenderConfig m_recommenderConfig;
243 RecommenderUpdate m_latestRecommenderUpdate;
244 bool m_recommenderNameHasBeenSet =
false;
245 bool m_recipeNameHasBeenSet =
false;
246 bool m_recommenderConfigHasBeenSet =
false;
247 bool m_createdAtHasBeenSet =
false;
248 bool m_descriptionHasBeenSet =
false;
249 bool m_statusHasBeenSet =
false;
250 bool m_lastUpdatedAtHasBeenSet =
false;
251 bool m_tagsHasBeenSet =
false;
252 bool m_failureReasonHasBeenSet =
false;
253 bool m_latestRecommenderUpdateHasBeenSet =
false;
void SetFailureReason(FailureReasonT &&value)
RecommenderRecipeName GetRecipeName() const
const Aws::Utils::DateTime & GetCreatedAt() const
const Aws::String & GetRecommenderName() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
bool CreatedAtHasBeenSet() const
RecommenderSummary & WithLatestRecommenderUpdate(LatestRecommenderUpdateT &&value)
void SetRecommenderConfig(RecommenderConfigT &&value)
RecommenderSummary & WithRecipeName(RecommenderRecipeName value)
void SetRecipeName(RecommenderRecipeName value)
bool DescriptionHasBeenSet() const
void SetRecommenderName(RecommenderNameT &&value)
const Aws::String & GetDescription() const
void SetLastUpdatedAt(LastUpdatedAtT &&value)
RecommenderSummary & WithRecommenderConfig(RecommenderConfigT &&value)
void SetStatus(RecommenderStatus value)
const Aws::String & GetFailureReason() const
bool LastUpdatedAtHasBeenSet() const
bool TagsHasBeenSet() const
const RecommenderUpdate & GetLatestRecommenderUpdate() const
void SetTags(TagsT &&value)
AWS_CUSTOMERPROFILES_API RecommenderSummary()=default
const Aws::Utils::DateTime & GetLastUpdatedAt() const
RecommenderSummary & WithLastUpdatedAt(LastUpdatedAtT &&value)
RecommenderSummary & AddTags(TagsKeyT &&key, TagsValueT &&value)
AWS_CUSTOMERPROFILES_API RecommenderSummary(Aws::Utils::Json::JsonView jsonValue)
RecommenderSummary & WithRecommenderName(RecommenderNameT &&value)
const RecommenderConfig & GetRecommenderConfig() const
AWS_CUSTOMERPROFILES_API RecommenderSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool StatusHasBeenSet() const
bool LatestRecommenderUpdateHasBeenSet() const
AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
bool RecommenderConfigHasBeenSet() const
bool RecommenderNameHasBeenSet() const
RecommenderSummary & WithCreatedAt(CreatedAtT &&value)
RecommenderSummary & WithTags(TagsT &&value)
RecommenderSummary & WithDescription(DescriptionT &&value)
bool RecipeNameHasBeenSet() const
void SetDescription(DescriptionT &&value)
bool FailureReasonHasBeenSet() const
RecommenderSummary & WithFailureReason(FailureReasonT &&value)
RecommenderSummary & WithStatus(RecommenderStatus value)
void SetCreatedAt(CreatedAtT &&value)
void SetLatestRecommenderUpdate(LatestRecommenderUpdateT &&value)
RecommenderStatus GetStatus() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue