7#include <aws/databrew/GlueDataBrew_EXPORTS.h>
8#include <aws/databrew/GlueDataBrewRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/databrew/model/RecipeStep.h>
43 template<
typename DescriptionT = Aws::String>
44 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
45 template<
typename DescriptionT = Aws::String>
55 template<
typename NameT = Aws::String>
56 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
57 template<
typename NameT = Aws::String>
68 template<
typename StepsT = Aws::Vector<RecipeStep>>
69 void SetSteps(StepsT&& value) { m_stepsHasBeenSet =
true; m_steps = std::forward<StepsT>(value); }
70 template<
typename StepsT = Aws::Vector<RecipeStep>>
72 template<
typename StepsT = RecipeStep>
78 bool m_descriptionHasBeenSet =
false;
81 bool m_nameHasBeenSet =
false;
84 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