7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
9#include <aws/mediaconvert/model/CaptionSourceByteRateLimit.h>
10#include <aws/mediaconvert/model/CaptionSourceConvertPaintOnToPopOn.h>
11#include <aws/mediaconvert/model/CaptionSourceFramerate.h>
12#include <aws/mediaconvert/model/CaptionSourceUpconvertSTLToTeletext.h>
13#include <aws/mediaconvert/model/FileSourceConvert608To708.h>
14#include <aws/mediaconvert/model/FileSourceTimeDeltaUnits.h>
25namespace MediaConvert {
57 m_byteRateLimitHasBeenSet =
true;
58 m_byteRateLimit = value;
76 m_convert608To708HasBeenSet =
true;
77 m_convert608To708 = value;
95 m_convertPaintToPopHasBeenSet =
true;
96 m_convertPaintToPop = value;
114 template <
typename FramerateT = CaptionSourceFramerate>
116 m_framerateHasBeenSet =
true;
117 m_framerate = std::forward<FramerateT>(value);
119 template <
typename FramerateT = CaptionSourceFramerate>
133 template <
typename SourceFileT = Aws::String>
135 m_sourceFileHasBeenSet =
true;
136 m_sourceFile = std::forward<SourceFileT>(value);
138 template <
typename SourceFileT = Aws::String>
164 m_timeDeltaHasBeenSet =
true;
183 m_timeDeltaUnitsHasBeenSet =
true;
184 m_timeDeltaUnits = value;
203 m_upconvertSTLToTeletextHasBeenSet =
true;
204 m_upconvertSTLToTeletext = value;
218 CaptionSourceFramerate m_framerate;
227 bool m_byteRateLimitHasBeenSet =
false;
228 bool m_convert608To708HasBeenSet =
false;
229 bool m_convertPaintToPopHasBeenSet =
false;
230 bool m_framerateHasBeenSet =
false;
231 bool m_sourceFileHasBeenSet =
false;
232 bool m_timeDeltaHasBeenSet =
false;
233 bool m_timeDeltaUnitsHasBeenSet =
false;
234 bool m_upconvertSTLToTeletextHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue