7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/databrew/GlueDataBrew_EXPORTS.h>
12#include <aws/databrew/model/RecipeStep.h>
23namespace GlueDataBrew {
34 AWS_GLUEDATABREW_API
Recipe() =
default;
45 template <
typename CreatedByT = Aws::String>
47 m_createdByHasBeenSet =
true;
48 m_createdBy = std::forward<CreatedByT>(value);
50 template <
typename CreatedByT = Aws::String>
63 template <
typename CreateDateT = Aws::Utils::DateTime>
65 m_createDateHasBeenSet =
true;
66 m_createDate = std::forward<CreateDateT>(value);
68 template <
typename CreateDateT = Aws::Utils::DateTime>
81 template <
typename LastModifiedByT = Aws::String>
83 m_lastModifiedByHasBeenSet =
true;
84 m_lastModifiedBy = std::forward<LastModifiedByT>(value);
86 template <
typename LastModifiedByT = Aws::String>
99 template <
typename LastModifiedDateT = Aws::Utils::DateTime>
101 m_lastModifiedDateHasBeenSet =
true;
102 m_lastModifiedDate = std::forward<LastModifiedDateT>(value);
104 template <
typename LastModifiedDateT = Aws::Utils::DateTime>
117 template <
typename ProjectNameT = Aws::String>
119 m_projectNameHasBeenSet =
true;
120 m_projectName = std::forward<ProjectNameT>(value);
122 template <
typename ProjectNameT = Aws::String>
135 template <
typename PublishedByT = Aws::String>
137 m_publishedByHasBeenSet =
true;
138 m_publishedBy = std::forward<PublishedByT>(value);
140 template <
typename PublishedByT = Aws::String>
153 template <
typename PublishedDateT = Aws::Utils::DateTime>
155 m_publishedDateHasBeenSet =
true;
156 m_publishedDate = std::forward<PublishedDateT>(value);
158 template <
typename PublishedDateT = Aws::Utils::DateTime>
171 template <
typename DescriptionT = Aws::String>
173 m_descriptionHasBeenSet =
true;
174 m_description = std::forward<DescriptionT>(value);
176 template <
typename DescriptionT = Aws::String>
189 template <
typename NameT = Aws::String>
191 m_nameHasBeenSet =
true;
192 m_name = std::forward<NameT>(value);
194 template <
typename NameT = Aws::String>
196 SetName(std::forward<NameT>(value));
207 template <
typename ResourceArnT = Aws::String>
209 m_resourceArnHasBeenSet =
true;
210 m_resourceArn = std::forward<ResourceArnT>(value);
212 template <
typename ResourceArnT = Aws::String>
225 template <
typename StepsT = Aws::Vector<RecipeStep>>
227 m_stepsHasBeenSet =
true;
228 m_steps = std::forward<StepsT>(value);
230 template <
typename StepsT = Aws::Vector<RecipeStep>>
232 SetSteps(std::forward<StepsT>(value));
235 template <
typename StepsT = RecipeStep>
237 m_stepsHasBeenSet =
true;
238 m_steps.emplace_back(std::forward<StepsT>(value));
249 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
251 m_tagsHasBeenSet =
true;
252 m_tags = std::forward<TagsT>(value);
254 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
256 SetTags(std::forward<TagsT>(value));
259 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
261 m_tagsHasBeenSet =
true;
262 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
280 template <
typename RecipeVersionT = Aws::String>
282 m_recipeVersionHasBeenSet =
true;
283 m_recipeVersion = std::forward<RecipeVersionT>(value);
285 template <
typename RecipeVersionT = Aws::String>
317 bool m_createdByHasBeenSet =
false;
318 bool m_createDateHasBeenSet =
false;
319 bool m_lastModifiedByHasBeenSet =
false;
320 bool m_lastModifiedDateHasBeenSet =
false;
321 bool m_projectNameHasBeenSet =
false;
322 bool m_publishedByHasBeenSet =
false;
323 bool m_publishedDateHasBeenSet =
false;
324 bool m_descriptionHasBeenSet =
false;
325 bool m_nameHasBeenSet =
false;
326 bool m_resourceArnHasBeenSet =
false;
327 bool m_stepsHasBeenSet =
false;
328 bool m_tagsHasBeenSet =
false;
329 bool m_recipeVersionHasBeenSet =
false;
const Aws::Map< Aws::String, Aws::String > & GetTags() const
AWS_GLUEDATABREW_API Recipe & operator=(Aws::Utils::Json::JsonView jsonValue)
bool LastModifiedByHasBeenSet() const
const Aws::Vector< RecipeStep > & GetSteps() const
bool TagsHasBeenSet() const
const Aws::String & GetLastModifiedBy() const
void SetLastModifiedDate(LastModifiedDateT &&value)
Recipe & WithLastModifiedBy(LastModifiedByT &&value)
bool PublishedByHasBeenSet() const
void SetProjectName(ProjectNameT &&value)
const Aws::String & GetCreatedBy() const
const Aws::String & GetName() const
bool ResourceArnHasBeenSet() const
Recipe & WithDescription(DescriptionT &&value)
AWS_GLUEDATABREW_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Utils::DateTime & GetPublishedDate() const
const Aws::String & GetPublishedBy() const
bool PublishedDateHasBeenSet() const
void SetTags(TagsT &&value)
bool DescriptionHasBeenSet() const
bool CreatedByHasBeenSet() const
bool NameHasBeenSet() const
bool RecipeVersionHasBeenSet() const
Recipe & WithProjectName(ProjectNameT &&value)
Recipe & AddTags(TagsKeyT &&key, TagsValueT &&value)
Recipe & WithCreateDate(CreateDateT &&value)
Recipe & WithPublishedBy(PublishedByT &&value)
void SetCreateDate(CreateDateT &&value)
bool LastModifiedDateHasBeenSet() const
void SetPublishedDate(PublishedDateT &&value)
Recipe & WithCreatedBy(CreatedByT &&value)
Recipe & WithLastModifiedDate(LastModifiedDateT &&value)
const Aws::String & GetDescription() const
Recipe & WithName(NameT &&value)
Recipe & WithTags(TagsT &&value)
void SetResourceArn(ResourceArnT &&value)
void SetSteps(StepsT &&value)
void SetCreatedBy(CreatedByT &&value)
const Aws::String & GetProjectName() const
const Aws::Utils::DateTime & GetLastModifiedDate() const
AWS_GLUEDATABREW_API Recipe()=default
Recipe & WithResourceArn(ResourceArnT &&value)
const Aws::String & GetResourceArn() const
AWS_GLUEDATABREW_API Recipe(Aws::Utils::Json::JsonView jsonValue)
bool CreateDateHasBeenSet() const
Recipe & WithRecipeVersion(RecipeVersionT &&value)
bool ProjectNameHasBeenSet() const
bool StepsHasBeenSet() const
Recipe & WithSteps(StepsT &&value)
Recipe & WithPublishedDate(PublishedDateT &&value)
Recipe & AddSteps(StepsT &&value)
void SetRecipeVersion(RecipeVersionT &&value)
const Aws::Utils::DateTime & GetCreateDate() const
void SetLastModifiedBy(LastModifiedByT &&value)
const Aws::String & GetRecipeVersion() const
void SetPublishedBy(PublishedByT &&value)
void SetDescription(DescriptionT &&value)
void SetName(NameT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue