7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/mediaconvert/MediaConvertRequest.h>
9#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
10#include <aws/mediaconvert/model/JobStatus.h>
11#include <aws/mediaconvert/model/Order.h>
19namespace MediaConvert {
45 template <
typename InputFileT = Aws::String>
47 m_inputFileHasBeenSet =
true;
48 m_inputFile = std::forward<InputFileT>(value);
50 template <
typename InputFileT = Aws::String>
64 m_maxResultsHasBeenSet =
true;
80 template <
typename NextTokenT = Aws::String>
82 m_nextTokenHasBeenSet =
true;
83 m_nextToken = std::forward<NextTokenT>(value);
85 template <
typename NextTokenT = Aws::String>
100 m_orderHasBeenSet =
true;
116 template <
typename QueueT = Aws::String>
118 m_queueHasBeenSet =
true;
119 m_queue = std::forward<QueueT>(value);
121 template <
typename QueueT = Aws::String>
123 SetQueue(std::forward<QueueT>(value));
136 m_statusHasBeenSet =
true;
156 bool m_inputFileHasBeenSet =
false;
157 bool m_maxResultsHasBeenSet =
false;
158 bool m_nextTokenHasBeenSet =
false;
159 bool m_orderHasBeenSet =
false;
160 bool m_queueHasBeenSet =
false;
161 bool m_statusHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String