7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
9#include <aws/mediaconvert/model/CaptionDestinationSettings.h>
10#include <aws/mediaconvert/model/LanguageCode.h>
21namespace MediaConvert {
50 template <
typename CustomLanguageCodeT = Aws::String>
52 m_customLanguageCodeHasBeenSet =
true;
53 m_customLanguageCode = std::forward<CustomLanguageCodeT>(value);
55 template <
typename CustomLanguageCodeT = Aws::String>
72 template <
typename DestinationSettingsT = CaptionDestinationSettings>
74 m_destinationSettingsHasBeenSet =
true;
75 m_destinationSettings = std::forward<DestinationSettingsT>(value);
77 template <
typename DestinationSettingsT = CaptionDestinationSettings>
95 m_languageCodeHasBeenSet =
true;
96 m_languageCode = value;
114 template <
typename LanguageDescriptionT = Aws::String>
116 m_languageDescriptionHasBeenSet =
true;
117 m_languageDescription = std::forward<LanguageDescriptionT>(value);
119 template <
typename LanguageDescriptionT = Aws::String>
133 bool m_customLanguageCodeHasBeenSet =
false;
134 bool m_destinationSettingsHasBeenSet =
false;
135 bool m_languageCodeHasBeenSet =
false;
136 bool m_languageDescriptionHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue