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/Job.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename JobsT = Aws::Vector<Job>>
38 m_jobsHasBeenSet =
true;
39 m_jobs = std::forward<JobsT>(value);
41 template <
typename JobsT = Aws::Vector<Job>>
43 SetJobs(std::forward<JobsT>(value));
46 template <
typename JobsT = Job>
48 m_jobsHasBeenSet =
true;
49 m_jobs.emplace_back(std::forward<JobsT>(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_jobsHasBeenSet =
false;
90 bool m_nextTokenHasBeenSet =
false;
93 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
void SetNextToken(NextTokenT &&value)
AWS_GLUE_API GetJobsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetJobsResult & AddJobs(JobsT &&value)
GetJobsResult & WithNextToken(NextTokenT &&value)
AWS_GLUE_API GetJobsResult()=default
GetJobsResult & WithRequestId(RequestIdT &&value)
GetJobsResult & WithJobs(JobsT &&value)
const Aws::String & GetNextToken() const
void SetJobs(JobsT &&value)
void SetRequestId(RequestIdT &&value)
AWS_GLUE_API GetJobsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< Job > & GetJobs() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue