7#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/mediaconvert/model/LanguageCode.h>
10#include <aws/mediaconvert/model/CaptionSourceSettings.h>
56 template<
typename CustomLanguageCodeT = Aws::String>
57 void SetCustomLanguageCode(CustomLanguageCodeT&& value) { m_customLanguageCodeHasBeenSet =
true; m_customLanguageCode = std::forward<CustomLanguageCodeT>(value); }
58 template<
typename CustomLanguageCodeT = Aws::String>
85 template<
typename SourceSettingsT = CaptionSourceSettings>
86 void SetSourceSettings(SourceSettingsT&& value) { m_sourceSettingsHasBeenSet =
true; m_sourceSettings = std::forward<SourceSettingsT>(value); }
87 template<
typename SourceSettingsT = CaptionSourceSettings>
93 bool m_customLanguageCodeHasBeenSet =
false;
96 bool m_languageCodeHasBeenSet =
false;
98 CaptionSourceSettings m_sourceSettings;
99 bool m_sourceSettingsHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue