7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
9#include <aws/glue/model/JobRun.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename JobRunT = JobRun>
37 m_jobRunHasBeenSet =
true;
38 m_jobRun = std::forward<JobRunT>(value);
40 template <
typename JobRunT = JobRun>
50 template <
typename RequestIdT = Aws::String>
52 m_requestIdHasBeenSet =
true;
53 m_requestId = std::forward<RequestIdT>(value);
55 template <
typename RequestIdT = Aws::String>
65 bool m_jobRunHasBeenSet =
false;
66 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)
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