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/JobRun.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename JobRunT = JobRun>
38 m_jobRunHasBeenSet =
true;
39 m_jobRun = std::forward<JobRunT>(value);
41 template <
typename JobRunT = JobRun>
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_jobRunHasBeenSet =
false;
70 bool m_requestIdHasBeenSet =
false;
AWS_GLUE_API GetJobRunResult()=default
void SetRequestId(RequestIdT &&value)
AWS_GLUE_API GetJobRunResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const JobRun & GetJobRun() const
AWS_GLUE_API GetJobRunResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
void SetJobRun(JobRunT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
GetJobRunResult & WithJobRun(JobRunT &&value)
GetJobRunResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue