7#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename Id3T = Aws::String>
50 void SetId3(Id3T&& value) { m_id3HasBeenSet =
true; m_id3 = std::forward<Id3T>(value); }
51 template<
typename Id3T = Aws::String>
61 template<
typename TimecodeT = Aws::String>
62 void SetTimecode(TimecodeT&& value) { m_timecodeHasBeenSet =
true; m_timecode = std::forward<TimecodeT>(value); }
63 template<
typename TimecodeT = Aws::String>
69 bool m_id3HasBeenSet =
false;
72 bool m_timecodeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue