7#include <aws/personalize/Personalize_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
38 AWS_PERSONALIZE_API
Recipe() =
default;
50 template<
typename NameT = Aws::String>
51 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
52 template<
typename NameT = Aws::String>
62 template<
typename RecipeArnT = Aws::String>
63 void SetRecipeArn(RecipeArnT&& value) { m_recipeArnHasBeenSet =
true; m_recipeArn = std::forward<RecipeArnT>(value); }
64 template<
typename RecipeArnT = Aws::String>
75 template<
typename AlgorithmArnT = Aws::String>
76 void SetAlgorithmArn(AlgorithmArnT&& value) { m_algorithmArnHasBeenSet =
true; m_algorithmArn = std::forward<AlgorithmArnT>(value); }
77 template<
typename AlgorithmArnT = Aws::String>
87 template<
typename FeatureTransformationArnT = Aws::String>
88 void SetFeatureTransformationArn(FeatureTransformationArnT&& value) { m_featureTransformationArnHasBeenSet =
true; m_featureTransformationArn = std::forward<FeatureTransformationArnT>(value); }
89 template<
typename FeatureTransformationArnT = Aws::String>
99 template<
typename StatusT = Aws::String>
100 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
101 template<
typename StatusT = Aws::String>
111 template<
typename DescriptionT = Aws::String>
112 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
113 template<
typename DescriptionT = Aws::String>
123 template<
typename CreationDateTimeT = Aws::Utils::DateTime>
124 void SetCreationDateTime(CreationDateTimeT&& value) { m_creationDateTimeHasBeenSet =
true; m_creationDateTime = std::forward<CreationDateTimeT>(value); }
125 template<
typename CreationDateTimeT = Aws::Utils::DateTime>
136 template<
typename RecipeTypeT = Aws::String>
137 void SetRecipeType(RecipeTypeT&& value) { m_recipeTypeHasBeenSet =
true; m_recipeType = std::forward<RecipeTypeT>(value); }
138 template<
typename RecipeTypeT = Aws::String>
148 template<
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
149 void SetLastUpdatedDateTime(LastUpdatedDateTimeT&& value) { m_lastUpdatedDateTimeHasBeenSet =
true; m_lastUpdatedDateTime = std::forward<LastUpdatedDateTimeT>(value); }
150 template<
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
156 bool m_nameHasBeenSet =
false;
159 bool m_recipeArnHasBeenSet =
false;
162 bool m_algorithmArnHasBeenSet =
false;
165 bool m_featureTransformationArnHasBeenSet =
false;
168 bool m_statusHasBeenSet =
false;
171 bool m_descriptionHasBeenSet =
false;
174 bool m_creationDateTimeHasBeenSet =
false;
177 bool m_recipeTypeHasBeenSet =
false;
180 bool m_lastUpdatedDateTimeHasBeenSet =
false;
AWS_PERSONALIZE_API Recipe & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
const Aws::String & GetAlgorithmArn() const
bool FeatureTransformationArnHasBeenSet() const
void SetCreationDateTime(CreationDateTimeT &&value)
Recipe & WithDescription(DescriptionT &&value)
Recipe & WithAlgorithmArn(AlgorithmArnT &&value)
void SetDescription(DescriptionT &&value)
bool RecipeArnHasBeenSet() const
bool LastUpdatedDateTimeHasBeenSet() const
bool CreationDateTimeHasBeenSet() const
const Aws::String & GetDescription() const
const Aws::String & GetRecipeType() const
void SetAlgorithmArn(AlgorithmArnT &&value)
AWS_PERSONALIZE_API Recipe()=default
void SetStatus(StatusT &&value)
Recipe & WithRecipeType(RecipeTypeT &&value)
void SetRecipeArn(RecipeArnT &&value)
Recipe & WithFeatureTransformationArn(FeatureTransformationArnT &&value)
void SetFeatureTransformationArn(FeatureTransformationArnT &&value)
const Aws::String & GetStatus() const
const Aws::Utils::DateTime & GetLastUpdatedDateTime() const
AWS_PERSONALIZE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetRecipeType(RecipeTypeT &&value)
const Aws::String & GetFeatureTransformationArn() const
bool NameHasBeenSet() const
const Aws::Utils::DateTime & GetCreationDateTime() const
AWS_PERSONALIZE_API Recipe(Aws::Utils::Json::JsonView jsonValue)
Recipe & WithStatus(StatusT &&value)
void SetName(NameT &&value)
Recipe & WithCreationDateTime(CreationDateTimeT &&value)
bool RecipeTypeHasBeenSet() const
Recipe & WithRecipeArn(RecipeArnT &&value)
bool DescriptionHasBeenSet() const
void SetLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
const Aws::String & GetRecipeArn() const
bool StatusHasBeenSet() const
Recipe & WithLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
bool AlgorithmArnHasBeenSet() const
Recipe & WithName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue