7#include <aws/databrew/GlueDataBrew_EXPORTS.h>
8#include <aws/databrew/GlueDataBrewRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename NameT = Aws::String>
42 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
43 template<
typename NameT = Aws::String>
55 template<
typename RecipeVersionT = Aws::String>
56 void SetRecipeVersion(RecipeVersionT&& value) { m_recipeVersionHasBeenSet =
true; m_recipeVersion = std::forward<RecipeVersionT>(value); }
57 template<
typename RecipeVersionT = Aws::String>
63 bool m_nameHasBeenSet =
false;
66 bool m_recipeVersionHasBeenSet =
false;
AWS_GLUEDATABREW_API DeleteRecipeVersionRequest()=default
DeleteRecipeVersionRequest & WithRecipeVersion(RecipeVersionT &&value)
bool RecipeVersionHasBeenSet() const
AWS_GLUEDATABREW_API Aws::String SerializePayload() const override
void SetRecipeVersion(RecipeVersionT &&value)
virtual const char * GetServiceRequestName() const override
DeleteRecipeVersionRequest & WithName(NameT &&value)
bool NameHasBeenSet() const
const Aws::String & GetName() const
void SetName(NameT &&value)
const Aws::String & GetRecipeVersion() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String