7#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/mediaconvert/model/LanguageCode.h>
47 inline void SetCaptionChannel(
int value) { m_captionChannelHasBeenSet =
true; m_captionChannel = value; }
58 template<
typename CustomLanguageCodeT = Aws::String>
59 void SetCustomLanguageCode(CustomLanguageCodeT&& value) { m_customLanguageCodeHasBeenSet =
true; m_customLanguageCode = std::forward<CustomLanguageCodeT>(value); }
60 template<
typename CustomLanguageCodeT = Aws::String>
81 template<
typename LanguageDescriptionT = Aws::String>
82 void SetLanguageDescription(LanguageDescriptionT&& value) { m_languageDescriptionHasBeenSet =
true; m_languageDescription = std::forward<LanguageDescriptionT>(value); }
83 template<
typename LanguageDescriptionT = Aws::String>
88 int m_captionChannel{0};
89 bool m_captionChannelHasBeenSet =
false;
92 bool m_customLanguageCodeHasBeenSet =
false;
95 bool m_languageCodeHasBeenSet =
false;
98 bool m_languageDescriptionHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue