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 {
47 template <
typename CaptionSelectorNameT = Aws::String>
49 m_captionSelectorNameHasBeenSet =
true;
50 m_captionSelectorName = std::forward<CaptionSelectorNameT>(value);
52 template <
typename CaptionSelectorNameT = Aws::String>
73 template <
typename CustomLanguageCodeT = Aws::String>
75 m_customLanguageCodeHasBeenSet =
true;
76 m_customLanguageCode = std::forward<CustomLanguageCodeT>(value);
78 template <
typename CustomLanguageCodeT = Aws::String>
95 template <
typename DestinationSettingsT = CaptionDestinationSettings>
97 m_destinationSettingsHasBeenSet =
true;
98 m_destinationSettings = std::forward<DestinationSettingsT>(value);
100 template <
typename DestinationSettingsT = CaptionDestinationSettings>
118 m_languageCodeHasBeenSet =
true;
119 m_languageCode = value;
137 template <
typename LanguageDescriptionT = Aws::String>
139 m_languageDescriptionHasBeenSet =
true;
140 m_languageDescription = std::forward<LanguageDescriptionT>(value);
142 template <
typename LanguageDescriptionT = Aws::String>
158 bool m_captionSelectorNameHasBeenSet =
false;
159 bool m_customLanguageCodeHasBeenSet =
false;
160 bool m_destinationSettingsHasBeenSet =
false;
161 bool m_languageCodeHasBeenSet =
false;
162 bool m_languageDescriptionHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue