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/JobTemplateListBy.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>
75 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
86 template<
typename NextTokenT = Aws::String>
87 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
88 template<
typename NextTokenT = Aws::String>
99 inline void SetOrder(
Order value) { m_orderHasBeenSet =
true; m_order = value; }
105 bool m_categoryHasBeenSet =
false;
108 bool m_listByHasBeenSet =
false;
111 bool m_maxResultsHasBeenSet =
false;
114 bool m_nextTokenHasBeenSet =
false;
117 bool m_orderHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String