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/Job.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename JobsT = Aws::Vector<Job>>
39 m_jobsHasBeenSet =
true;
40 m_jobs = std::forward<JobsT>(value);
42 template <
typename JobsT = Aws::Vector<Job>>
44 SetJobs(std::forward<JobsT>(value));
47 template <
typename JobsT = Job>
49 m_jobsHasBeenSet =
true;
50 m_jobs.emplace_back(std::forward<JobsT>(value));
60 template <
typename JobsNotFoundT = Aws::Vector<Aws::String>>
62 m_jobsNotFoundHasBeenSet =
true;
63 m_jobsNotFound = std::forward<JobsNotFoundT>(value);
65 template <
typename JobsNotFoundT = Aws::Vector<Aws::String>>
70 template <
typename JobsNotFoundT = Aws::String>
72 m_jobsNotFoundHasBeenSet =
true;
73 m_jobsNotFound.emplace_back(std::forward<JobsNotFoundT>(value));
81 template <
typename RequestIdT = Aws::String>
83 m_requestIdHasBeenSet =
true;
84 m_requestId = std::forward<RequestIdT>(value);
86 template <
typename RequestIdT = Aws::String>
101 bool m_jobsHasBeenSet =
false;
102 bool m_jobsNotFoundHasBeenSet =
false;
103 bool m_requestIdHasBeenSet =
false;
void SetJobsNotFound(JobsNotFoundT &&value)
BatchGetJobsResult & WithRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
BatchGetJobsResult & WithJobs(JobsT &&value)
AWS_GLUE_API BatchGetJobsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_GLUE_API BatchGetJobsResult()=default
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
void SetJobs(JobsT &&value)
const Aws::Vector< Aws::String > & GetJobsNotFound() const
BatchGetJobsResult & AddJobs(JobsT &&value)
const Aws::Vector< Job > & GetJobs() const
BatchGetJobsResult & AddJobsNotFound(JobsNotFoundT &&value)
BatchGetJobsResult & WithJobsNotFound(JobsNotFoundT &&value)
AWS_GLUE_API BatchGetJobsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue