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 m_maxResultsHasBeenSet =
true;
61 template <
typename NextTokenT = Aws::String>
63 m_nextTokenHasBeenSet =
true;
64 m_nextToken = std::forward<NextTokenT>(value);
66 template <
typename NextTokenT = Aws::String>
81 m_orderHasBeenSet =
true;
96 template <
typename QueueT = Aws::String>
98 m_queueHasBeenSet =
true;
99 m_queue = std::forward<QueueT>(value);
101 template <
typename QueueT = Aws::String>
103 SetQueue(std::forward<QueueT>(value));
116 m_statusHasBeenSet =
true;
134 bool m_maxResultsHasBeenSet =
false;
135 bool m_nextTokenHasBeenSet =
false;
136 bool m_orderHasBeenSet =
false;
137 bool m_queueHasBeenSet =
false;
138 bool m_statusHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String