7#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
8#include <aws/mediaconvert/MediaConvertRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/mediaconvert/model/PresetListBy.h>
11#include <aws/mediaconvert/model/Order.h>
50 template<
typename CategoryT = Aws::String>
51 void SetCategory(CategoryT&& value) { m_categoryHasBeenSet =
true; m_category = std::forward<CategoryT>(value); }
52 template<
typename CategoryT = Aws::String>
74 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
85 template<
typename NextTokenT = Aws::String>
86 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
87 template<
typename NextTokenT = Aws::String>
98 inline void SetOrder(
Order value) { m_orderHasBeenSet =
true; m_order = value; }
104 bool m_categoryHasBeenSet =
false;
107 bool m_listByHasBeenSet =
false;
110 bool m_maxResultsHasBeenSet =
false;
113 bool m_nextTokenHasBeenSet =
false;
116 bool m_orderHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String