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;
const Aws::String & GetRequestId() const
AWS_GLUEDATABREW_API UpdateRecipeJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateRecipeJobResult & WithName(NameT &&value)
const Aws::String & GetName() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetName(NameT &&value)
UpdateRecipeJobResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
AWS_GLUEDATABREW_API UpdateRecipeJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_GLUEDATABREW_API UpdateRecipeJobResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue