7#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
8#include <aws/mediaconvert/model/VideoOverlayPosition.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
54 template<
typename EndPositionT = V
ideoOverlayPosition>
55 void SetEndPosition(EndPositionT&& value) { m_endPositionHasBeenSet =
true; m_endPosition = std::forward<EndPositionT>(value); }
56 template<
typename EndPositionT = V
ideoOverlayPosition>
69 template<
typename EndTimecodeT = Aws::String>
70 void SetEndTimecode(EndTimecodeT&& value) { m_endTimecodeHasBeenSet =
true; m_endTimecode = std::forward<EndTimecodeT>(value); }
71 template<
typename EndTimecodeT = Aws::String>
84 template<
typename StartTimecodeT = Aws::String>
85 void SetStartTimecode(StartTimecodeT&& value) { m_startTimecodeHasBeenSet =
true; m_startTimecode = std::forward<StartTimecodeT>(value); }
86 template<
typename StartTimecodeT = Aws::String>
92 bool m_endPositionHasBeenSet =
false;
95 bool m_endTimecodeHasBeenSet =
false;
98 bool m_startTimecodeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue