7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetCaptionChannel(
int value) { m_captionChannelHasBeenSet =
true; m_captionChannel = value; }
60 template<
typename LanguageCodeT = Aws::String>
61 void SetLanguageCode(LanguageCodeT&& value) { m_languageCodeHasBeenSet =
true; m_languageCode = std::forward<LanguageCodeT>(value); }
62 template<
typename LanguageCodeT = Aws::String>
72 template<
typename LanguageDescriptionT = Aws::String>
73 void SetLanguageDescription(LanguageDescriptionT&& value) { m_languageDescriptionHasBeenSet =
true; m_languageDescription = std::forward<LanguageDescriptionT>(value); }
74 template<
typename LanguageDescriptionT = Aws::String>
79 int m_captionChannel{0};
80 bool m_captionChannelHasBeenSet =
false;
83 bool m_languageCodeHasBeenSet =
false;
86 bool m_languageDescriptionHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue