AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
BatchGetJobsResult.h
1
6#pragma once
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>
11#include <utility>
12
13namespace Aws
14{
15template<typename RESULT_TYPE>
16class AmazonWebServiceResult;
17
18namespace Utils
19{
20namespace Json
21{
22 class JsonValue;
23} // namespace Json
24} // namespace Utils
25namespace Glue
26{
27namespace Model
28{
30 {
31 public:
32 AWS_GLUE_API BatchGetJobsResult();
35
36
38
41 inline const Aws::Vector<Job>& GetJobs() const{ return m_jobs; }
42 inline void SetJobs(const Aws::Vector<Job>& value) { m_jobs = value; }
43 inline void SetJobs(Aws::Vector<Job>&& value) { m_jobs = std::move(value); }
44 inline BatchGetJobsResult& WithJobs(const Aws::Vector<Job>& value) { SetJobs(value); return *this;}
45 inline BatchGetJobsResult& WithJobs(Aws::Vector<Job>&& value) { SetJobs(std::move(value)); return *this;}
46 inline BatchGetJobsResult& AddJobs(const Job& value) { m_jobs.push_back(value); return *this; }
47 inline BatchGetJobsResult& AddJobs(Job&& value) { m_jobs.push_back(std::move(value)); return *this; }
49
51
54 inline const Aws::Vector<Aws::String>& GetJobsNotFound() const{ return m_jobsNotFound; }
55 inline void SetJobsNotFound(const Aws::Vector<Aws::String>& value) { m_jobsNotFound = value; }
56 inline void SetJobsNotFound(Aws::Vector<Aws::String>&& value) { m_jobsNotFound = std::move(value); }
57 inline BatchGetJobsResult& WithJobsNotFound(const Aws::Vector<Aws::String>& value) { SetJobsNotFound(value); return *this;}
58 inline BatchGetJobsResult& WithJobsNotFound(Aws::Vector<Aws::String>&& value) { SetJobsNotFound(std::move(value)); return *this;}
59 inline BatchGetJobsResult& AddJobsNotFound(const Aws::String& value) { m_jobsNotFound.push_back(value); return *this; }
60 inline BatchGetJobsResult& AddJobsNotFound(Aws::String&& value) { m_jobsNotFound.push_back(std::move(value)); return *this; }
61 inline BatchGetJobsResult& AddJobsNotFound(const char* value) { m_jobsNotFound.push_back(value); return *this; }
63
65
66 inline const Aws::String& GetRequestId() const{ return m_requestId; }
67 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
68 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
69 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
70 inline BatchGetJobsResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
71 inline BatchGetJobsResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
72 inline BatchGetJobsResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
74 private:
75
76 Aws::Vector<Job> m_jobs;
77
78 Aws::Vector<Aws::String> m_jobsNotFound;
79
80 Aws::String m_requestId;
81 };
82
83} // namespace Model
84} // namespace Glue
85} // namespace Aws
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)
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
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