7#include <aws/databrew/GlueDataBrew_EXPORTS.h>
8#include <aws/databrew/GlueDataBrewRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename NameT = Aws::String>
48 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
49 template<
typename NameT = Aws::String>
60 template<
typename RecipeVersionT = Aws::String>
61 void SetRecipeVersion(RecipeVersionT&& value) { m_recipeVersionHasBeenSet =
true; m_recipeVersion = std::forward<RecipeVersionT>(value); }
62 template<
typename RecipeVersionT = Aws::String>
68 bool m_nameHasBeenSet =
false;
71 bool m_recipeVersionHasBeenSet =
false;
AWS_GLUEDATABREW_API Aws::String SerializePayload() const override
bool RecipeVersionHasBeenSet() const
DescribeRecipeRequest & WithName(NameT &&value)
const Aws::String & GetName() const
AWS_GLUEDATABREW_API DescribeRecipeRequest()=default
void SetName(NameT &&value)
const Aws::String & GetRecipeVersion() const
void SetRecipeVersion(RecipeVersionT &&value)
bool NameHasBeenSet() const
DescribeRecipeRequest & WithRecipeVersion(RecipeVersionT &&value)
AWS_GLUEDATABREW_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String