7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/personalize/Personalize_EXPORTS.h>
20namespace Personalize {
33 AWS_PERSONALIZE_API
Recipe() =
default;
44 template <
typename NameT = Aws::String>
46 m_nameHasBeenSet =
true;
47 m_name = std::forward<NameT>(value);
49 template <
typename NameT = Aws::String>
51 SetName(std::forward<NameT>(value));
62 template <
typename RecipeArnT = Aws::String>
64 m_recipeArnHasBeenSet =
true;
65 m_recipeArn = std::forward<RecipeArnT>(value);
67 template <
typename RecipeArnT = Aws::String>
81 template <
typename AlgorithmArnT = Aws::String>
83 m_algorithmArnHasBeenSet =
true;
84 m_algorithmArn = std::forward<AlgorithmArnT>(value);
86 template <
typename AlgorithmArnT = Aws::String>
99 template <
typename FeatureTransformationArnT = Aws::String>
101 m_featureTransformationArnHasBeenSet =
true;
102 m_featureTransformationArn = std::forward<FeatureTransformationArnT>(value);
104 template <
typename FeatureTransformationArnT = Aws::String>
117 template <
typename StatusT = Aws::String>
119 m_statusHasBeenSet =
true;
120 m_status = std::forward<StatusT>(value);
122 template <
typename StatusT = Aws::String>
135 template <
typename DescriptionT = Aws::String>
137 m_descriptionHasBeenSet =
true;
138 m_description = std::forward<DescriptionT>(value);
140 template <
typename DescriptionT = Aws::String>
153 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
155 m_creationDateTimeHasBeenSet =
true;
156 m_creationDateTime = std::forward<CreationDateTimeT>(value);
158 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
172 template <
typename RecipeTypeT = Aws::String>
174 m_recipeTypeHasBeenSet =
true;
175 m_recipeType = std::forward<RecipeTypeT>(value);
177 template <
typename RecipeTypeT = Aws::String>
190 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
192 m_lastUpdatedDateTimeHasBeenSet =
true;
193 m_lastUpdatedDateTime = std::forward<LastUpdatedDateTimeT>(value);
195 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
219 bool m_nameHasBeenSet =
false;
220 bool m_recipeArnHasBeenSet =
false;
221 bool m_algorithmArnHasBeenSet =
false;
222 bool m_featureTransformationArnHasBeenSet =
false;
223 bool m_statusHasBeenSet =
false;
224 bool m_descriptionHasBeenSet =
false;
225 bool m_creationDateTimeHasBeenSet =
false;
226 bool m_recipeTypeHasBeenSet =
false;
227 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