7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
9#include <aws/mediaconvert/model/AllowedRenditionSize.h>
10#include <aws/mediaconvert/model/ForceIncludeRenditionSize.h>
11#include <aws/mediaconvert/model/MinBottomRenditionSize.h>
12#include <aws/mediaconvert/model/MinTopRenditionSize.h>
13#include <aws/mediaconvert/model/RuleType.h>
24namespace MediaConvert {
47 template <
typename AllowedRenditionsT = Aws::Vector<AllowedRenditionSize>>
49 m_allowedRenditionsHasBeenSet =
true;
50 m_allowedRenditions = std::forward<AllowedRenditionsT>(value);
52 template <
typename AllowedRenditionsT = Aws::Vector<AllowedRenditionSize>>
57 template <
typename AllowedRenditionsT = AllowedRenditionSize>
59 m_allowedRenditionsHasBeenSet =
true;
60 m_allowedRenditions.emplace_back(std::forward<AllowedRenditionsT>(value));
72 template <
typename ForceIncludeRenditionsT = Aws::Vector<ForceIncludeRenditionSize>>
74 m_forceIncludeRenditionsHasBeenSet =
true;
75 m_forceIncludeRenditions = std::forward<ForceIncludeRenditionsT>(value);
77 template <
typename ForceIncludeRenditionsT = Aws::Vector<ForceIncludeRenditionSize>>
82 template <
typename ForceIncludeRenditionsT = ForceIncludeRenditionSize>
84 m_forceIncludeRenditionsHasBeenSet =
true;
85 m_forceIncludeRenditions.emplace_back(std::forward<ForceIncludeRenditionsT>(value));
102 template <
typename MinBottomRenditionSizeT = MinBottomRenditionSize>
104 m_minBottomRenditionSizeHasBeenSet =
true;
105 m_minBottomRenditionSize = std::forward<MinBottomRenditionSizeT>(value);
107 template <
typename MinBottomRenditionSizeT = MinBottomRenditionSize>
126 template <
typename MinTopRenditionSizeT = MinTopRenditionSize>
128 m_minTopRenditionSizeHasBeenSet =
true;
129 m_minTopRenditionSize = std::forward<MinTopRenditionSizeT>(value);
131 template <
typename MinTopRenditionSizeT = MinTopRenditionSize>
176 m_typeHasBeenSet =
true;
194 bool m_allowedRenditionsHasBeenSet =
false;
195 bool m_forceIncludeRenditionsHasBeenSet =
false;
196 bool m_minBottomRenditionSizeHasBeenSet =
false;
197 bool m_minTopRenditionSizeHasBeenSet =
false;
198 bool m_typeHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue