7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/databrew/GlueDataBrewRequest.h>
9#include <aws/databrew/GlueDataBrew_EXPORTS.h>
17namespace GlueDataBrew {
42 template <
typename NameT = Aws::String>
44 m_nameHasBeenSet =
true;
45 m_name = std::forward<NameT>(value);
47 template <
typename NameT = Aws::String>
49 SetName(std::forward<NameT>(value));
61 template <
typename RecipeVersionT = Aws::String>
63 m_recipeVersionHasBeenSet =
true;
64 m_recipeVersion = std::forward<RecipeVersionT>(value);
66 template <
typename RecipeVersionT = Aws::String>
76 bool m_nameHasBeenSet =
false;
77 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