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/devicefarm/DeviceFarm_EXPORTS.h>
11#include <aws/devicefarm/model/Job.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
42 template <
typename JobsT = Aws::Vector<Job>>
44 m_jobsHasBeenSet =
true;
45 m_jobs = std::forward<JobsT>(value);
47 template <
typename JobsT = Aws::Vector<Job>>
49 SetJobs(std::forward<JobsT>(value));
52 template <
typename JobsT = Job>
54 m_jobsHasBeenSet =
true;
55 m_jobs.emplace_back(std::forward<JobsT>(value));
67 template <
typename NextTokenT = Aws::String>
69 m_nextTokenHasBeenSet =
true;
70 m_nextToken = std::forward<NextTokenT>(value);
72 template <
typename NextTokenT = Aws::String>
82 template <
typename RequestIdT = Aws::String>
84 m_requestIdHasBeenSet =
true;
85 m_requestId = std::forward<RequestIdT>(value);
87 template <
typename RequestIdT = Aws::String>
102 bool m_jobsHasBeenSet =
false;
103 bool m_nextTokenHasBeenSet =
false;
104 bool m_requestIdHasBeenSet =
false;
AWS_DEVICEFARM_API ListJobsResult()=default
ListJobsResult & AddJobs(JobsT &&value)
const Aws::String & GetRequestId() const
ListJobsResult & WithNextToken(NextTokenT &&value)
void SetJobs(JobsT &&value)
AWS_DEVICEFARM_API ListJobsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetNextToken() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
ListJobsResult & WithJobs(JobsT &&value)
AWS_DEVICEFARM_API ListJobsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
const Aws::Vector< Job > & GetJobs() const
void SetNextToken(NextTokenT &&value)
ListJobsResult & WithRequestId(RequestIdT &&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