7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
9#include <aws/mediaconvert/model/LanguageCode.h>
20namespace MediaConvert {
42 m_captionChannelHasBeenSet =
true;
43 m_captionChannel = value;
59 template <
typename CustomLanguageCodeT = Aws::String>
61 m_customLanguageCodeHasBeenSet =
true;
62 m_customLanguageCode = std::forward<CustomLanguageCodeT>(value);
64 template <
typename CustomLanguageCodeT = Aws::String>
80 m_languageCodeHasBeenSet =
true;
81 m_languageCode = value;
95 template <
typename LanguageDescriptionT = Aws::String>
97 m_languageDescriptionHasBeenSet =
true;
98 m_languageDescription = std::forward<LanguageDescriptionT>(value);
100 template <
typename LanguageDescriptionT = Aws::String>
107 int m_captionChannel{0};
114 bool m_captionChannelHasBeenSet =
false;
115 bool m_customLanguageCodeHasBeenSet =
false;
116 bool m_languageCodeHasBeenSet =
false;
117 bool m_languageDescriptionHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue