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/Order.h>
11#include <aws/mediaconvert/model/PresetListBy.h>
19namespace MediaConvert {
45 template <
typename CategoryT = Aws::String>
47 m_categoryHasBeenSet =
true;
48 m_category = std::forward<CategoryT>(value);
50 template <
typename CategoryT = Aws::String>
66 m_listByHasBeenSet =
true;
82 m_maxResultsHasBeenSet =
true;
98 template <
typename NextTokenT = Aws::String>
100 m_nextTokenHasBeenSet =
true;
101 m_nextToken = std::forward<NextTokenT>(value);
103 template <
typename NextTokenT = Aws::String>
118 m_orderHasBeenSet =
true;
136 bool m_categoryHasBeenSet =
false;
137 bool m_listByHasBeenSet =
false;
138 bool m_maxResultsHasBeenSet =
false;
139 bool m_nextTokenHasBeenSet =
false;
140 bool m_orderHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String