7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/databrew/GlueDataBrew_EXPORTS.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
21namespace GlueDataBrew {
34 template <
typename NameT = Aws::String>
36 m_nameHasBeenSet =
true;
37 m_name = std::forward<NameT>(value);
39 template <
typename NameT = Aws::String>
41 SetName(std::forward<NameT>(value));
51 template <
typename RecipeVersionT = Aws::String>
53 m_recipeVersionHasBeenSet =
true;
54 m_recipeVersion = std::forward<RecipeVersionT>(value);
56 template <
typename RecipeVersionT = Aws::String>
66 template <
typename RequestIdT = Aws::String>
68 m_requestIdHasBeenSet =
true;
69 m_requestId = std::forward<RequestIdT>(value);
71 template <
typename RequestIdT = Aws::String>
83 bool m_nameHasBeenSet =
false;
84 bool m_recipeVersionHasBeenSet =
false;
85 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetName() const
DeleteRecipeVersionResult & WithRecipeVersion(RecipeVersionT &&value)
const Aws::String & GetRecipeVersion() const
AWS_GLUEDATABREW_API DeleteRecipeVersionResult()=default
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
DeleteRecipeVersionResult & WithName(NameT &&value)
AWS_GLUEDATABREW_API DeleteRecipeVersionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteRecipeVersionResult & WithRequestId(RequestIdT &&value)
AWS_GLUEDATABREW_API DeleteRecipeVersionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRecipeVersion(RecipeVersionT &&value)
void SetName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue