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/deadline/Deadline_EXPORTS.h>
11#include <aws/deadline/model/JobSummary.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
43 template <
typename JobsT = Aws::Vector<JobSummary>>
45 m_jobsHasBeenSet =
true;
46 m_jobs = std::forward<JobsT>(value);
48 template <
typename JobsT = Aws::Vector<JobSummary>>
50 SetJobs(std::forward<JobsT>(value));
53 template <
typename JobsT = JobSummary>
55 m_jobsHasBeenSet =
true;
56 m_jobs.emplace_back(std::forward<JobsT>(value));
72 template <
typename NextTokenT = Aws::String>
74 m_nextTokenHasBeenSet =
true;
75 m_nextToken = std::forward<NextTokenT>(value);
77 template <
typename NextTokenT = Aws::String>
87 template <
typename RequestIdT = Aws::String>
89 m_requestIdHasBeenSet =
true;
90 m_requestId = std::forward<RequestIdT>(value);
92 template <
typename RequestIdT = Aws::String>
107 bool m_jobsHasBeenSet =
false;
108 bool m_nextTokenHasBeenSet =
false;
109 bool m_requestIdHasBeenSet =
false;
ListJobsResult & WithRequestId(RequestIdT &&value)
void SetNextToken(NextTokenT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
ListJobsResult & WithJobs(JobsT &&value)
ListJobsResult & WithNextToken(NextTokenT &&value)
const Aws::Vector< JobSummary > & GetJobs() const
AWS_DEADLINE_API ListJobsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_DEADLINE_API ListJobsResult()=default
void SetRequestId(RequestIdT &&value)
const Aws::String & GetNextToken() const
AWS_DEADLINE_API ListJobsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListJobsResult & AddJobs(JobsT &&value)
const Aws::String & GetRequestId() const
void SetJobs(JobsT &&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