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>
56 template<
typename CustomLanguageCodeT = Aws::String>
57 void SetCustomLanguageCode(CustomLanguageCodeT&& value) { m_customLanguageCodeHasBeenSet =
true; m_customLanguageCode = std::forward<CustomLanguageCodeT>(value); }
58 template<
typename CustomLanguageCodeT = Aws::String>
72 template<
typename DestinationSettingsT = CaptionDestinationSettings>
73 void SetDestinationSettings(DestinationSettingsT&& value) { m_destinationSettingsHasBeenSet =
true; m_destinationSettings = std::forward<DestinationSettingsT>(value); }
74 template<
typename DestinationSettingsT = CaptionDestinationSettings>
102 template<
typename LanguageDescriptionT = Aws::String>
103 void SetLanguageDescription(LanguageDescriptionT&& value) { m_languageDescriptionHasBeenSet =
true; m_languageDescription = std::forward<LanguageDescriptionT>(value); }
104 template<
typename LanguageDescriptionT = Aws::String>
110 bool m_customLanguageCodeHasBeenSet =
false;
113 bool m_destinationSettingsHasBeenSet =
false;
116 bool m_languageCodeHasBeenSet =
false;
119 bool m_languageDescriptionHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue