7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/databrew/GlueDataBrewRequest.h>
10#include <aws/databrew/GlueDataBrew_EXPORTS.h>
11#include <aws/databrew/model/RecipeStep.h>
16namespace GlueDataBrew {
39 template <
typename DescriptionT = Aws::String>
41 m_descriptionHasBeenSet =
true;
42 m_description = std::forward<DescriptionT>(value);
44 template <
typename DescriptionT = Aws::String>
57 template <
typename NameT = Aws::String>
59 m_nameHasBeenSet =
true;
60 m_name = std::forward<NameT>(value);
62 template <
typename NameT = Aws::String>
64 SetName(std::forward<NameT>(value));
76 template <
typename StepsT = Aws::Vector<RecipeStep>>
78 m_stepsHasBeenSet =
true;
79 m_steps = std::forward<StepsT>(value);
81 template <
typename StepsT = Aws::Vector<RecipeStep>>
83 SetSteps(std::forward<StepsT>(value));
86 template <
typename StepsT = RecipeStep>
88 m_stepsHasBeenSet =
true;
89 m_steps.emplace_back(std::forward<StepsT>(value));
99 bool m_descriptionHasBeenSet =
false;
100 bool m_nameHasBeenSet =
false;
101 bool m_stepsHasBeenSet =
false;
void SetName(NameT &&value)
AWS_GLUEDATABREW_API UpdateRecipeRequest()=default
const Aws::String & GetDescription() const
bool StepsHasBeenSet() const
UpdateRecipeRequest & WithSteps(StepsT &&value)
bool NameHasBeenSet() const
const Aws::Vector< RecipeStep > & GetSteps() const
AWS_GLUEDATABREW_API Aws::String SerializePayload() const override
UpdateRecipeRequest & AddSteps(StepsT &&value)
virtual const char * GetServiceRequestName() const override
void SetDescription(DescriptionT &&value)
UpdateRecipeRequest & WithName(NameT &&value)
const Aws::String & GetName() const
UpdateRecipeRequest & WithDescription(DescriptionT &&value)
bool DescriptionHasBeenSet() const
void SetSteps(StepsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector