7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/mediaconvert/MediaConvertRequest.h>
10#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
11#include <aws/mediaconvert/model/JobsQueryFilter.h>
12#include <aws/mediaconvert/model/Order.h>
17namespace MediaConvert {
40 template <
typename FilterListT = Aws::Vector<JobsQueryFilter>>
42 m_filterListHasBeenSet =
true;
43 m_filterList = std::forward<FilterListT>(value);
45 template <
typename FilterListT = Aws::Vector<JobsQueryFilter>>
50 template <
typename FilterListT = JobsQueryFilter>
52 m_filterListHasBeenSet =
true;
53 m_filterList.emplace_back(std::forward<FilterListT>(value));
65 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 bool m_filterListHasBeenSet =
false;
117 bool m_maxResultsHasBeenSet =
false;
118 bool m_nextTokenHasBeenSet =
false;
119 bool m_orderHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector