7#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/mediaconvert/model/CaptionDestinationSettings.h>
10#include <aws/mediaconvert/model/LanguageCode.h>
53 template<
typename CaptionSelectorNameT = Aws::String>
54 void SetCaptionSelectorName(CaptionSelectorNameT&& value) { m_captionSelectorNameHasBeenSet =
true; m_captionSelectorName = std::forward<CaptionSelectorNameT>(value); }
55 template<
typename CaptionSelectorNameT = Aws::String>
73 template<
typename CustomLanguageCodeT = Aws::String>
74 void SetCustomLanguageCode(CustomLanguageCodeT&& value) { m_customLanguageCodeHasBeenSet =
true; m_customLanguageCode = std::forward<CustomLanguageCodeT>(value); }
75 template<
typename CustomLanguageCodeT = Aws::String>
89 template<
typename DestinationSettingsT = CaptionDestinationSettings>
90 void SetDestinationSettings(DestinationSettingsT&& value) { m_destinationSettingsHasBeenSet =
true; m_destinationSettings = std::forward<DestinationSettingsT>(value); }
91 template<
typename DestinationSettingsT = CaptionDestinationSettings>
119 template<
typename LanguageDescriptionT = Aws::String>
120 void SetLanguageDescription(LanguageDescriptionT&& value) { m_languageDescriptionHasBeenSet =
true; m_languageDescription = std::forward<LanguageDescriptionT>(value); }
121 template<
typename LanguageDescriptionT = Aws::String>
127 bool m_captionSelectorNameHasBeenSet =
false;
130 bool m_customLanguageCodeHasBeenSet =
false;
133 bool m_destinationSettingsHasBeenSet =
false;
136 bool m_languageCodeHasBeenSet =
false;
139 bool m_languageDescriptionHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue