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 RecommenderSchemaNameT = Aws::String>
83 m_recommenderSchemaNameHasBeenSet =
true;
84 m_recommenderSchemaName = std::forward<RecommenderSchemaNameT>(value);
86 template <
typename RecommenderSchemaNameT = Aws::String>
99 template <
typename RecommenderConfigT = RecommenderConfig>
101 m_recommenderConfigHasBeenSet =
true;
102 m_recommenderConfig = std::forward<RecommenderConfigT>(value);
104 template <
typename RecommenderConfigT = RecommenderConfig>
117 template <
typename CreatedAtT = Aws::Utils::DateTime>
119 m_createdAtHasBeenSet =
true;
120 m_createdAt = std::forward<CreatedAtT>(value);
122 template <
typename CreatedAtT = Aws::Utils::DateTime>
135 template <
typename DescriptionT = Aws::String>
137 m_descriptionHasBeenSet =
true;
138 m_description = std::forward<DescriptionT>(value);
140 template <
typename DescriptionT = Aws::String>
154 m_statusHasBeenSet =
true;
169 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
171 m_lastUpdatedAtHasBeenSet =
true;
172 m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value);
174 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
187 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
189 m_tagsHasBeenSet =
true;
190 m_tags = std::forward<TagsT>(value);
192 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
194 SetTags(std::forward<TagsT>(value));
197 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
199 m_tagsHasBeenSet =
true;
200 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
212 template <
typename FailureReasonT = Aws::String>
214 m_failureReasonHasBeenSet =
true;
215 m_failureReason = std::forward<FailureReasonT>(value);
217 template <
typename FailureReasonT = Aws::String>
231 template <
typename LatestRecommenderUpdateT = RecommenderUpdate>
233 m_latestRecommenderUpdateHasBeenSet =
true;
234 m_latestRecommenderUpdate = std::forward<LatestRecommenderUpdateT>(value);
236 template <
typename LatestRecommenderUpdateT = RecommenderUpdate>
249 RecommenderConfig m_recommenderConfig;
263 RecommenderUpdate m_latestRecommenderUpdate;
264 bool m_recommenderNameHasBeenSet =
false;
265 bool m_recipeNameHasBeenSet =
false;
266 bool m_recommenderSchemaNameHasBeenSet =
false;
267 bool m_recommenderConfigHasBeenSet =
false;
268 bool m_createdAtHasBeenSet =
false;
269 bool m_descriptionHasBeenSet =
false;
270 bool m_statusHasBeenSet =
false;
271 bool m_lastUpdatedAtHasBeenSet =
false;
272 bool m_tagsHasBeenSet =
false;
273 bool m_failureReasonHasBeenSet =
false;
274 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 RecommenderSchemaNameHasBeenSet() 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)
void SetRecommenderSchemaName(RecommenderSchemaNameT &&value)
const Aws::String & GetFailureReason() const
bool LastUpdatedAtHasBeenSet() const
const Aws::String & GetRecommenderSchemaName() 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 & WithRecommenderSchemaName(RecommenderSchemaNameT &&value)
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