7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
11#include <aws/mediaconvert/model/AudioSelector.h>
12#include <aws/mediaconvert/model/InputTimecodeSource.h>
13#include <aws/mediaconvert/model/VideoOverlayInputClipping.h>
24namespace MediaConvert {
54 template <
typename AudioSelectorsT = Aws::Map<Aws::String, AudioSelector>>
56 m_audioSelectorsHasBeenSet =
true;
57 m_audioSelectors = std::forward<AudioSelectorsT>(value);
59 template <
typename AudioSelectorsT = Aws::Map<Aws::String, AudioSelector>>
64 template <
typename AudioSelectorsKeyT = Aws::String,
typename AudioSelectorsValueT = AudioSelector>
66 m_audioSelectorsHasBeenSet =
true;
67 m_audioSelectors.emplace(std::forward<AudioSelectorsKeyT>(key), std::forward<AudioSelectorsValueT>(value));
80 template <
typename FileInputT = Aws::String>
82 m_fileInputHasBeenSet =
true;
83 m_fileInput = std::forward<FileInputT>(value);
85 template <
typename FileInputT = Aws::String>
100 template <
typename InputClippingsT = Aws::Vector<V
ideoOverlayInputClipping>>
102 m_inputClippingsHasBeenSet =
true;
103 m_inputClippings = std::forward<InputClippingsT>(value);
105 template <
typename InputClippingsT = Aws::Vector<V
ideoOverlayInputClipping>>
110 template <
typename InputClippingsT = V
ideoOverlayInputClipping>
112 m_inputClippingsHasBeenSet =
true;
113 m_inputClippings.emplace_back(std::forward<InputClippingsT>(value));
129 m_timecodeSourceHasBeenSet =
true;
130 m_timecodeSource = value;
145 template <
typename TimecodeStartT = Aws::String>
147 m_timecodeStartHasBeenSet =
true;
148 m_timecodeStart = std::forward<TimecodeStartT>(value);
150 template <
typename TimecodeStartT = Aws::String>
166 bool m_audioSelectorsHasBeenSet =
false;
167 bool m_fileInputHasBeenSet =
false;
168 bool m_inputClippingsHasBeenSet =
false;
169 bool m_timecodeSourceHasBeenSet =
false;
170 bool m_timecodeStartHasBeenSet =
false;
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue