7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/glue/model/Job.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
69 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
BatchGetJobsResult & AddJobs(const Job &value)
BatchGetJobsResult & WithRequestId(const char *value)
AWS_GLUE_API BatchGetJobsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
BatchGetJobsResult & AddJobsNotFound(const char *value)
void SetRequestId(const Aws::String &value)
BatchGetJobsResult & WithJobsNotFound(Aws::Vector< Aws::String > &&value)
void SetRequestId(const char *value)
BatchGetJobsResult & AddJobsNotFound(Aws::String &&value)
BatchGetJobsResult & WithRequestId(const Aws::String &value)
BatchGetJobsResult & WithRequestId(Aws::String &&value)
BatchGetJobsResult & AddJobsNotFound(const Aws::String &value)
void SetRequestId(Aws::String &&value)
const Aws::String & GetRequestId() const
AWS_GLUE_API BatchGetJobsResult()
BatchGetJobsResult & WithJobs(const Aws::Vector< Job > &value)
void SetJobsNotFound(Aws::Vector< Aws::String > &&value)
void SetJobsNotFound(const Aws::Vector< Aws::String > &value)
const Aws::Vector< Aws::String > & GetJobsNotFound() const
BatchGetJobsResult & WithJobsNotFound(const Aws::Vector< Aws::String > &value)
void SetJobs(Aws::Vector< Job > &&value)
void SetJobs(const Aws::Vector< Job > &value)
BatchGetJobsResult & WithJobs(Aws::Vector< Job > &&value)
BatchGetJobsResult & AddJobs(Job &&value)
const Aws::Vector< Job > & GetJobs() const
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