7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/glue/Glue_EXPORTS.h>
11#include <aws/glue/model/JobRun.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename JobRunsT = Aws::Vector<JobRun>>
39 m_jobRunsHasBeenSet =
true;
40 m_jobRuns = std::forward<JobRunsT>(value);
42 template <
typename JobRunsT = Aws::Vector<JobRun>>
47 template <
typename JobRunsT = JobRun>
49 m_jobRunsHasBeenSet =
true;
50 m_jobRuns.emplace_back(std::forward<JobRunsT>(value));
60 template <
typename NextTokenT = Aws::String>
62 m_nextTokenHasBeenSet =
true;
63 m_nextToken = std::forward<NextTokenT>(value);
65 template <
typename NextTokenT = Aws::String>
75 template <
typename RequestIdT = Aws::String>
77 m_requestIdHasBeenSet =
true;
78 m_requestId = std::forward<RequestIdT>(value);
80 template <
typename RequestIdT = Aws::String>
95 bool m_jobRunsHasBeenSet =
false;
96 bool m_nextTokenHasBeenSet =
false;
97 bool m_requestIdHasBeenSet =
false;
void SetJobRuns(JobRunsT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetNextToken() const
AWS_GLUE_API GetJobRunsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetNextToken(NextTokenT &&value)
GetJobRunsResult & WithRequestId(RequestIdT &&value)
AWS_GLUE_API GetJobRunsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
GetJobRunsResult & WithJobRuns(JobRunsT &&value)
const Aws::Vector< JobRun > & GetJobRuns() const
void SetRequestId(RequestIdT &&value)
GetJobRunsResult & AddJobRuns(JobRunsT &&value)
AWS_GLUE_API GetJobRunsResult()=default
GetJobRunsResult & WithNextToken(NextTokenT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue