7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
19namespace MediaConvert {
43 template <
typename Id3T = Aws::String>
45 m_id3HasBeenSet =
true;
46 m_id3 = std::forward<Id3T>(value);
48 template <
typename Id3T = Aws::String>
50 SetId3(std::forward<Id3T>(value));
61 template <
typename TimecodeT = Aws::String>
63 m_timecodeHasBeenSet =
true;
64 m_timecode = std::forward<TimecodeT>(value);
66 template <
typename TimecodeT = Aws::String>
76 bool m_id3HasBeenSet =
false;
77 bool m_timecodeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue