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/mediaconvert/MediaConvert_EXPORTS.h>
11#include <aws/mediaconvert/model/Job.h>
12#include <aws/mediaconvert/model/JobsQueryStatus.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
25namespace MediaConvert {
38 template <
typename JobsT = Aws::Vector<Job>>
40 m_jobsHasBeenSet =
true;
41 m_jobs = std::forward<JobsT>(value);
43 template <
typename JobsT = Aws::Vector<Job>>
45 SetJobs(std::forward<JobsT>(value));
48 template <
typename JobsT = Job>
50 m_jobsHasBeenSet =
true;
51 m_jobs.emplace_back(std::forward<JobsT>(value));
61 template <
typename NextTokenT = Aws::String>
63 m_nextTokenHasBeenSet =
true;
64 m_nextToken = std::forward<NextTokenT>(value);
66 template <
typename NextTokenT = Aws::String>
79 m_statusHasBeenSet =
true;
91 template <
typename RequestIdT = Aws::String>
93 m_requestIdHasBeenSet =
true;
94 m_requestId = std::forward<RequestIdT>(value);
96 template <
typename RequestIdT = Aws::String>
113 bool m_jobsHasBeenSet =
false;
114 bool m_nextTokenHasBeenSet =
false;
115 bool m_statusHasBeenSet =
false;
116 bool m_requestIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue