7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/glue/Glue_EXPORTS.h>
10#include <aws/glue/model/JobRun.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename JobRunsT = Aws::Vector<JobRun>>
38 m_jobRunsHasBeenSet =
true;
39 m_jobRuns = std::forward<JobRunsT>(value);
41 template <
typename JobRunsT = Aws::Vector<JobRun>>
46 template <
typename JobRunsT = JobRun>
48 m_jobRunsHasBeenSet =
true;
49 m_jobRuns.emplace_back(std::forward<JobRunsT>(value));
59 template <
typename NextTokenT = Aws::String>
61 m_nextTokenHasBeenSet =
true;
62 m_nextToken = std::forward<NextTokenT>(value);
64 template <
typename NextTokenT = Aws::String>
74 template <
typename RequestIdT = Aws::String>
76 m_requestIdHasBeenSet =
true;
77 m_requestId = std::forward<RequestIdT>(value);
79 template <
typename RequestIdT = Aws::String>
87 bool m_jobRunsHasBeenSet =
false;
90 bool m_nextTokenHasBeenSet =
false;
93 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)
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