7#include <aws/personalize/Personalize_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/personalize/model/Domain.h>
51 template<
typename NameT = Aws::String>
52 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
53 template<
typename NameT = Aws::String>
63 template<
typename RecipeArnT = Aws::String>
64 void SetRecipeArn(RecipeArnT&& value) { m_recipeArnHasBeenSet =
true; m_recipeArn = std::forward<RecipeArnT>(value); }
65 template<
typename RecipeArnT = Aws::String>
75 template<
typename StatusT = Aws::String>
76 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
77 template<
typename StatusT = Aws::String>
87 template<
typename CreationDateTimeT = Aws::Utils::DateTime>
88 void SetCreationDateTime(CreationDateTimeT&& value) { m_creationDateTimeHasBeenSet =
true; m_creationDateTime = std::forward<CreationDateTimeT>(value); }
89 template<
typename CreationDateTimeT = Aws::Utils::DateTime>
99 template<
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
100 void SetLastUpdatedDateTime(LastUpdatedDateTimeT&& value) { m_lastUpdatedDateTimeHasBeenSet =
true; m_lastUpdatedDateTime = std::forward<LastUpdatedDateTimeT>(value); }
101 template<
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
118 bool m_nameHasBeenSet =
false;
121 bool m_recipeArnHasBeenSet =
false;
124 bool m_statusHasBeenSet =
false;
127 bool m_creationDateTimeHasBeenSet =
false;
130 bool m_lastUpdatedDateTimeHasBeenSet =
false;
133 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