7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
10#include <aws/mediaconvert/model/AudioDescription.h>
11#include <aws/mediaconvert/model/CaptionDescription.h>
12#include <aws/mediaconvert/model/ContainerSettings.h>
13#include <aws/mediaconvert/model/OutputSettings.h>
14#include <aws/mediaconvert/model/VideoDescription.h>
25namespace MediaConvert {
38 AWS_MEDIACONVERT_API
Output() =
default;
50 template <
typename AudioDescriptionsT = Aws::Vector<AudioDescription>>
52 m_audioDescriptionsHasBeenSet =
true;
53 m_audioDescriptions = std::forward<AudioDescriptionsT>(value);
55 template <
typename AudioDescriptionsT = Aws::Vector<AudioDescription>>
60 template <
typename AudioDescriptionsT = AudioDescription>
62 m_audioDescriptionsHasBeenSet =
true;
63 m_audioDescriptions.emplace_back(std::forward<AudioDescriptionsT>(value));
76 template <
typename CaptionDescriptionsT = Aws::Vector<CaptionDescription>>
78 m_captionDescriptionsHasBeenSet =
true;
79 m_captionDescriptions = std::forward<CaptionDescriptionsT>(value);
81 template <
typename CaptionDescriptionsT = Aws::Vector<CaptionDescription>>
86 template <
typename CaptionDescriptionsT = CaptionDescription>
88 m_captionDescriptionsHasBeenSet =
true;
89 m_captionDescriptions.emplace_back(std::forward<CaptionDescriptionsT>(value));
100 template <
typename ContainerSettingsT = ContainerSettings>
102 m_containerSettingsHasBeenSet =
true;
103 m_containerSettings = std::forward<ContainerSettingsT>(value);
105 template <
typename ContainerSettingsT = ContainerSettings>
123 template <
typename ExtensionT = Aws::String>
125 m_extensionHasBeenSet =
true;
126 m_extension = std::forward<ExtensionT>(value);
128 template <
typename ExtensionT = Aws::String>
146 template <
typename NameModifierT = Aws::String>
148 m_nameModifierHasBeenSet =
true;
149 m_nameModifier = std::forward<NameModifierT>(value);
151 template <
typename NameModifierT = Aws::String>
164 template <
typename OutputSettingsT = OutputSettings>
166 m_outputSettingsHasBeenSet =
true;
167 m_outputSettings = std::forward<OutputSettingsT>(value);
169 template <
typename OutputSettingsT = OutputSettings>
184 template <
typename PresetT = Aws::String>
186 m_presetHasBeenSet =
true;
187 m_preset = std::forward<PresetT>(value);
189 template <
typename PresetT = Aws::String>
204 template <
typename V
ideoDescriptionT = V
ideoDescription>
206 m_videoDescriptionHasBeenSet =
true;
207 m_videoDescription = std::forward<VideoDescriptionT>(value);
209 template <
typename V
ideoDescriptionT = V
ideoDescription>
231 bool m_audioDescriptionsHasBeenSet =
false;
232 bool m_captionDescriptionsHasBeenSet =
false;
233 bool m_containerSettingsHasBeenSet =
false;
234 bool m_extensionHasBeenSet =
false;
235 bool m_nameModifierHasBeenSet =
false;
236 bool m_outputSettingsHasBeenSet =
false;
237 bool m_presetHasBeenSet =
false;
238 bool m_videoDescriptionHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue