7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/databrew/GlueDataBrewRequest.h>
9#include <aws/databrew/GlueDataBrew_EXPORTS.h>
14namespace GlueDataBrew {
37 template <
typename NameT = Aws::String>
39 m_nameHasBeenSet =
true;
40 m_name = std::forward<NameT>(value);
42 template <
typename NameT = Aws::String>
44 SetName(std::forward<NameT>(value));
57 template <
typename RecipeVersionT = Aws::String>
59 m_recipeVersionHasBeenSet =
true;
60 m_recipeVersion = std::forward<RecipeVersionT>(value);
62 template <
typename RecipeVersionT = Aws::String>
72 bool m_nameHasBeenSet =
false;
73 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