7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/medialive/model/AccessibilityType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/medialive/model/CaptionDestinationSettings.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/medialive/model/DvbDashAccessibility.h>
13#include <aws/medialive/model/DashRoleCaption.h>
64 template<
typename CaptionSelectorNameT = Aws::String>
65 void SetCaptionSelectorName(CaptionSelectorNameT&& value) { m_captionSelectorNameHasBeenSet =
true; m_captionSelectorName = std::forward<CaptionSelectorNameT>(value); }
66 template<
typename CaptionSelectorNameT = Aws::String>
77 template<
typename DestinationSettingsT = CaptionDestinationSettings>
78 void SetDestinationSettings(DestinationSettingsT&& value) { m_destinationSettingsHasBeenSet =
true; m_destinationSettings = std::forward<DestinationSettingsT>(value); }
79 template<
typename DestinationSettingsT = CaptionDestinationSettings>
89 template<
typename LanguageCodeT = Aws::String>
90 void SetLanguageCode(LanguageCodeT&& value) { m_languageCodeHasBeenSet =
true; m_languageCode = std::forward<LanguageCodeT>(value); }
91 template<
typename LanguageCodeT = Aws::String>
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>
115 template<
typename NameT = Aws::String>
116 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
117 template<
typename NameT = Aws::String>
128 template<
typename CaptionDashRolesT = Aws::Vector<DashRoleCaption>>
129 void SetCaptionDashRoles(CaptionDashRolesT&& value) { m_captionDashRolesHasBeenSet =
true; m_captionDashRoles = std::forward<CaptionDashRolesT>(value); }
130 template<
typename CaptionDashRolesT = Aws::Vector<DashRoleCaption>>
149 bool m_accessibilityHasBeenSet =
false;
152 bool m_captionSelectorNameHasBeenSet =
false;
154 CaptionDestinationSettings m_destinationSettings;
155 bool m_destinationSettingsHasBeenSet =
false;
158 bool m_languageCodeHasBeenSet =
false;
161 bool m_languageDescriptionHasBeenSet =
false;
164 bool m_nameHasBeenSet =
false;
167 bool m_captionDashRolesHasBeenSet =
false;
170 bool m_dvbDashAccessibilityHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue