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/Domain.h>
21namespace Personalize {
45 template <
typename NameT = Aws::String>
47 m_nameHasBeenSet =
true;
48 m_name = std::forward<NameT>(value);
50 template <
typename NameT = Aws::String>
52 SetName(std::forward<NameT>(value));
63 template <
typename RecipeArnT = Aws::String>
65 m_recipeArnHasBeenSet =
true;
66 m_recipeArn = std::forward<RecipeArnT>(value);
68 template <
typename RecipeArnT = Aws::String>
81 template <
typename StatusT = Aws::String>
83 m_statusHasBeenSet =
true;
84 m_status = std::forward<StatusT>(value);
86 template <
typename StatusT = Aws::String>
99 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
101 m_creationDateTimeHasBeenSet =
true;
102 m_creationDateTime = std::forward<CreationDateTimeT>(value);
104 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
117 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
119 m_lastUpdatedDateTimeHasBeenSet =
true;
120 m_lastUpdatedDateTime = std::forward<LastUpdatedDateTimeT>(value);
122 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
137 m_domainHasBeenSet =
true;
157 bool m_nameHasBeenSet =
false;
158 bool m_recipeArnHasBeenSet =
false;
159 bool m_statusHasBeenSet =
false;
160 bool m_creationDateTimeHasBeenSet =
false;
161 bool m_lastUpdatedDateTimeHasBeenSet =
false;
162 bool m_domainHasBeenSet =
false;
void SetName(NameT &&value)
AWS_PERSONALIZE_API RecipeSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetLastUpdatedDateTime() const
void SetCreationDateTime(CreationDateTimeT &&value)
const Aws::String & GetRecipeArn() const
const Aws::String & GetName() const
bool DomainHasBeenSet() const
AWS_PERSONALIZE_API Aws::Utils::Json::JsonValue Jsonize() const
RecipeSummary & WithStatus(StatusT &&value)
bool RecipeArnHasBeenSet() const
RecipeSummary & WithRecipeArn(RecipeArnT &&value)
AWS_PERSONALIZE_API RecipeSummary()=default
bool CreationDateTimeHasBeenSet() const
RecipeSummary & WithLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
RecipeSummary & WithDomain(Domain value)
AWS_PERSONALIZE_API RecipeSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetDomain(Domain value)
const Aws::String & GetStatus() const
bool LastUpdatedDateTimeHasBeenSet() const
const Aws::Utils::DateTime & GetCreationDateTime() const
void SetStatus(StatusT &&value)
RecipeSummary & WithName(NameT &&value)
bool NameHasBeenSet() const
void SetLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
void SetRecipeArn(RecipeArnT &&value)
RecipeSummary & WithCreationDateTime(CreationDateTimeT &&value)
bool StatusHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue