7#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/mediaconvert/model/TimecodeSource.h>
57 template<
typename AnchorT = Aws::String>
58 void SetAnchor(AnchorT&& value) { m_anchorHasBeenSet =
true; m_anchor = std::forward<AnchorT>(value); }
59 template<
typename AnchorT = Aws::String>
89 template<
typename StartT = Aws::String>
90 void SetStart(StartT&& value) { m_startHasBeenSet =
true; m_start = std::forward<StartT>(value); }
91 template<
typename StartT = Aws::String>
106 template<
typename TimestampOffsetT = Aws::String>
107 void SetTimestampOffset(TimestampOffsetT&& value) { m_timestampOffsetHasBeenSet =
true; m_timestampOffset = std::forward<TimestampOffsetT>(value); }
108 template<
typename TimestampOffsetT = Aws::String>
114 bool m_anchorHasBeenSet =
false;
117 bool m_sourceHasBeenSet =
false;
120 bool m_startHasBeenSet =
false;
123 bool m_timestampOffsetHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue