7#include <aws/personalize/Personalize_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/personalize/model/RecommenderConfig.h>
10#include <aws/core/utils/DateTime.h>
49 template<
typename NameT = Aws::String>
50 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
51 template<
typename NameT = Aws::String>
61 template<
typename RecommenderArnT = Aws::String>
62 void SetRecommenderArn(RecommenderArnT&& value) { m_recommenderArnHasBeenSet =
true; m_recommenderArn = std::forward<RecommenderArnT>(value); }
63 template<
typename RecommenderArnT = Aws::String>
74 template<
typename DatasetGroupArnT = Aws::String>
75 void SetDatasetGroupArn(DatasetGroupArnT&& value) { m_datasetGroupArnHasBeenSet =
true; m_datasetGroupArn = std::forward<DatasetGroupArnT>(value); }
76 template<
typename DatasetGroupArnT = Aws::String>
87 template<
typename RecipeArnT = Aws::String>
88 void SetRecipeArn(RecipeArnT&& value) { m_recipeArnHasBeenSet =
true; m_recipeArn = std::forward<RecipeArnT>(value); }
89 template<
typename RecipeArnT = Aws::String>
99 template<
typename RecommenderConfigT = RecommenderConfig>
100 void SetRecommenderConfig(RecommenderConfigT&& value) { m_recommenderConfigHasBeenSet =
true; m_recommenderConfig = std::forward<RecommenderConfigT>(value); }
101 template<
typename RecommenderConfigT = RecommenderConfig>
115 template<
typename StatusT = Aws::String>
116 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
117 template<
typename StatusT = Aws::String>
127 template<
typename CreationDateTimeT = Aws::Utils::DateTime>
128 void SetCreationDateTime(CreationDateTimeT&& value) { m_creationDateTimeHasBeenSet =
true; m_creationDateTime = std::forward<CreationDateTimeT>(value); }
129 template<
typename CreationDateTimeT = Aws::Utils::DateTime>
139 template<
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
140 void SetLastUpdatedDateTime(LastUpdatedDateTimeT&& value) { m_lastUpdatedDateTimeHasBeenSet =
true; m_lastUpdatedDateTime = std::forward<LastUpdatedDateTimeT>(value); }
141 template<
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
147 bool m_nameHasBeenSet =
false;
150 bool m_recommenderArnHasBeenSet =
false;
153 bool m_datasetGroupArnHasBeenSet =
false;
156 bool m_recipeArnHasBeenSet =
false;
159 bool m_recommenderConfigHasBeenSet =
false;
162 bool m_statusHasBeenSet =
false;
165 bool m_creationDateTimeHasBeenSet =
false;
168 bool m_lastUpdatedDateTimeHasBeenSet =
false;
void SetLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
const RecommenderConfig & GetRecommenderConfig() const
void SetName(NameT &&value)
const Aws::String & GetStatus() const
AWS_PERSONALIZE_API RecommenderSummary()=default
RecommenderSummary & WithCreationDateTime(CreationDateTimeT &&value)
RecommenderSummary & WithRecommenderConfig(RecommenderConfigT &&value)
void SetStatus(StatusT &&value)
const Aws::String & GetRecommenderArn() const
RecommenderSummary & WithLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
const Aws::Utils::DateTime & GetLastUpdatedDateTime() const
RecommenderSummary & WithName(NameT &&value)
bool StatusHasBeenSet() const
void SetCreationDateTime(CreationDateTimeT &&value)
const Aws::Utils::DateTime & GetCreationDateTime() const
RecommenderSummary & WithRecommenderArn(RecommenderArnT &&value)
bool LastUpdatedDateTimeHasBeenSet() const
bool DatasetGroupArnHasBeenSet() const
void SetRecipeArn(RecipeArnT &&value)
bool RecipeArnHasBeenSet() const
RecommenderSummary & WithDatasetGroupArn(DatasetGroupArnT &&value)
const Aws::String & GetDatasetGroupArn() const
void SetDatasetGroupArn(DatasetGroupArnT &&value)
bool RecommenderConfigHasBeenSet() const
void SetRecommenderConfig(RecommenderConfigT &&value)
const Aws::String & GetName() const
void SetRecommenderArn(RecommenderArnT &&value)
const Aws::String & GetRecipeArn() const
bool NameHasBeenSet() const
AWS_PERSONALIZE_API RecommenderSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
RecommenderSummary & WithStatus(StatusT &&value)
AWS_PERSONALIZE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PERSONALIZE_API RecommenderSummary(Aws::Utils::Json::JsonView jsonValue)
RecommenderSummary & WithRecipeArn(RecipeArnT &&value)
bool RecommenderArnHasBeenSet() const
bool CreationDateTimeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue