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/core/utils/memory/stl/AWSMap.h>
12#include <aws/databrew/model/RecipeStep.h>
44 template<
typename DescriptionT = Aws::String>
45 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
46 template<
typename DescriptionT = Aws::String>
57 template<
typename NameT = Aws::String>
58 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
59 template<
typename NameT = Aws::String>
71 template<
typename StepsT = Aws::Vector<RecipeStep>>
72 void SetSteps(StepsT&& value) { m_stepsHasBeenSet =
true; m_steps = std::forward<StepsT>(value); }
73 template<
typename StepsT = Aws::Vector<RecipeStep>>
75 template<
typename StepsT = RecipeStep>
85 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
86 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
87 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
89 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
91 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
97 bool m_descriptionHasBeenSet =
false;
100 bool m_nameHasBeenSet =
false;
103 bool m_stepsHasBeenSet =
false;
106 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