7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/Glue_EXPORTS.h>
10#include <aws/glue/model/WorkflowRun.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename RunT = WorkflowRun>
38 m_runHasBeenSet =
true;
39 m_run = std::forward<RunT>(value);
41 template <
typename RunT = WorkflowRun>
43 SetRun(std::forward<RunT>(value));
51 template <
typename RequestIdT = Aws::String>
53 m_requestIdHasBeenSet =
true;
54 m_requestId = std::forward<RequestIdT>(value);
56 template <
typename RequestIdT = Aws::String>
69 bool m_runHasBeenSet =
false;
70 bool m_requestIdHasBeenSet =
false;
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetRun(RunT &&value)
GetWorkflowRunResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
AWS_GLUE_API GetWorkflowRunResult()=default
AWS_GLUE_API GetWorkflowRunResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_GLUE_API GetWorkflowRunResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
const WorkflowRun & GetRun() const
GetWorkflowRunResult & WithRun(RunT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue