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 {
43 template <
typename NameT = Aws::String>
45 m_nameHasBeenSet =
true;
46 m_name = std::forward<NameT>(value);
48 template <
typename NameT = Aws::String>
50 SetName(std::forward<NameT>(value));
61 template <
typename RecommenderArnT = Aws::String>
63 m_recommenderArnHasBeenSet =
true;
64 m_recommenderArn = std::forward<RecommenderArnT>(value);
66 template <
typename RecommenderArnT = Aws::String>
80 template <
typename DatasetGroupArnT = Aws::String>
82 m_datasetGroupArnHasBeenSet =
true;
83 m_datasetGroupArn = std::forward<DatasetGroupArnT>(value);
85 template <
typename DatasetGroupArnT = Aws::String>
99 template <
typename RecipeArnT = Aws::String>
101 m_recipeArnHasBeenSet =
true;
102 m_recipeArn = std::forward<RecipeArnT>(value);
104 template <
typename RecipeArnT = Aws::String>
117 template <
typename RecommenderConfigT = RecommenderConfig>
119 m_recommenderConfigHasBeenSet =
true;
120 m_recommenderConfig = std::forward<RecommenderConfigT>(value);
122 template <
typename RecommenderConfigT = RecommenderConfig>
139 template <
typename StatusT = Aws::String>
141 m_statusHasBeenSet =
true;
142 m_status = std::forward<StatusT>(value);
144 template <
typename StatusT = Aws::String>
157 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
159 m_creationDateTimeHasBeenSet =
true;
160 m_creationDateTime = std::forward<CreationDateTimeT>(value);
162 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
175 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
177 m_lastUpdatedDateTimeHasBeenSet =
true;
178 m_lastUpdatedDateTime = std::forward<LastUpdatedDateTimeT>(value);
180 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
202 bool m_nameHasBeenSet =
false;
203 bool m_recommenderArnHasBeenSet =
false;
204 bool m_datasetGroupArnHasBeenSet =
false;
205 bool m_recipeArnHasBeenSet =
false;
206 bool m_recommenderConfigHasBeenSet =
false;
207 bool m_statusHasBeenSet =
false;
208 bool m_creationDateTimeHasBeenSet =
false;
209 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