7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/databrew/GlueDataBrewRequest.h>
11#include <aws/databrew/GlueDataBrew_EXPORTS.h>
12#include <aws/databrew/model/RecipeStep.h>
17namespace GlueDataBrew {
40 template <
typename DescriptionT = Aws::String>
42 m_descriptionHasBeenSet =
true;
43 m_description = std::forward<DescriptionT>(value);
45 template <
typename DescriptionT = Aws::String>
59 template <
typename NameT = Aws::String>
61 m_nameHasBeenSet =
true;
62 m_name = std::forward<NameT>(value);
64 template <
typename NameT = Aws::String>
66 SetName(std::forward<NameT>(value));
79 template <
typename StepsT = Aws::Vector<RecipeStep>>
81 m_stepsHasBeenSet =
true;
82 m_steps = std::forward<StepsT>(value);
84 template <
typename StepsT = Aws::Vector<RecipeStep>>
86 SetSteps(std::forward<StepsT>(value));
89 template <
typename StepsT = RecipeStep>
91 m_stepsHasBeenSet =
true;
92 m_steps.emplace_back(std::forward<StepsT>(value));
103 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
105 m_tagsHasBeenSet =
true;
106 m_tags = std::forward<TagsT>(value);
108 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
110 SetTags(std::forward<TagsT>(value));
113 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
115 m_tagsHasBeenSet =
true;
116 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
128 bool m_descriptionHasBeenSet =
false;
129 bool m_nameHasBeenSet =
false;
130 bool m_stepsHasBeenSet =
false;
131 bool m_tagsHasBeenSet =
false;
bool StepsHasBeenSet() const
CreateRecipeRequest & WithName(NameT &&value)
bool NameHasBeenSet() const
CreateRecipeRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
const Aws::String & GetName() const
CreateRecipeRequest & WithSteps(StepsT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
bool TagsHasBeenSet() const
void SetTags(TagsT &&value)
const Aws::String & GetDescription() const
void SetName(NameT &&value)
AWS_GLUEDATABREW_API CreateRecipeRequest()=default
bool DescriptionHasBeenSet() const
void SetDescription(DescriptionT &&value)
AWS_GLUEDATABREW_API Aws::String SerializePayload() const override
const Aws::Vector< RecipeStep > & GetSteps() const
CreateRecipeRequest & WithTags(TagsT &&value)
CreateRecipeRequest & WithDescription(DescriptionT &&value)
CreateRecipeRequest & AddSteps(StepsT &&value)
void SetSteps(StepsT &&value)
virtual const char * GetServiceRequestName() const override
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