7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/databrew/GlueDataBrew_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace GlueDataBrew {
35 template <
typename NameT = Aws::String>
37 m_nameHasBeenSet =
true;
38 m_name = std::forward<NameT>(value);
40 template <
typename NameT = Aws::String>
42 SetName(std::forward<NameT>(value));
50 template <
typename RequestIdT = Aws::String>
52 m_requestIdHasBeenSet =
true;
53 m_requestId = std::forward<RequestIdT>(value);
55 template <
typename RequestIdT = Aws::String>
68 bool m_nameHasBeenSet =
false;
69 bool m_requestIdHasBeenSet =
false;
AWS_GLUEDATABREW_API CreateRecipeJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetName(NameT &&value)
CreateRecipeJobResult & WithRequestId(RequestIdT &&value)
AWS_GLUEDATABREW_API CreateRecipeJobResult()=default
const Aws::String & GetName() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetRequestId() const
CreateRecipeJobResult & WithName(NameT &&value)
void SetRequestId(RequestIdT &&value)
AWS_GLUEDATABREW_API CreateRecipeJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue