7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/medialive/model/DvbSubDestinationAlignment.h>
9#include <aws/medialive/model/DvbSubDestinationBackgroundColor.h>
10#include <aws/medialive/model/InputLocation.h>
11#include <aws/medialive/model/DvbSubDestinationFontColor.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
13#include <aws/medialive/model/DvbSubDestinationOutlineColor.h>
14#include <aws/medialive/model/DvbSubDestinationShadowColor.h>
15#include <aws/medialive/model/DvbSubDestinationTeletextGridControl.h>
16#include <aws/medialive/model/DvbSubDestinationSubtitleRows.h>
85 inline void SetBackgroundOpacity(
int value) { m_backgroundOpacityHasBeenSet =
true; m_backgroundOpacity = value; }
99 template<
typename FontT = InputLocation>
100 void SetFont(FontT&& value) { m_fontHasBeenSet =
true; m_font = std::forward<FontT>(value); }
101 template<
typename FontT = InputLocation>
125 inline void SetFontOpacity(
int value) { m_fontOpacityHasBeenSet =
true; m_fontOpacity = value; }
136 inline void SetFontResolution(
int value) { m_fontResolutionHasBeenSet =
true; m_fontResolution = value; }
148 template<
typename FontSizeT = Aws::String>
149 void SetFontSize(FontSizeT&& value) { m_fontSizeHasBeenSet =
true; m_fontSize = std::forward<FontSizeT>(value); }
150 template<
typename FontSizeT = Aws::String>
176 inline void SetOutlineSize(
int value) { m_outlineSizeHasBeenSet =
true; m_outlineSize = value; }
199 inline void SetShadowOpacity(
int value) { m_shadowOpacityHasBeenSet =
true; m_shadowOpacity = value; }
211 inline void SetShadowXOffset(
int value) { m_shadowXOffsetHasBeenSet =
true; m_shadowXOffset = value; }
223 inline void SetShadowYOffset(
int value) { m_shadowYOffsetHasBeenSet =
true; m_shadowYOffset = value; }
250 inline void SetXPosition(
int value) { m_xPositionHasBeenSet =
true; m_xPosition = value; }
266 inline void SetYPosition(
int value) { m_yPositionHasBeenSet =
true; m_yPosition = value; }
288 bool m_alignmentHasBeenSet =
false;
291 bool m_backgroundColorHasBeenSet =
false;
293 int m_backgroundOpacity{0};
294 bool m_backgroundOpacityHasBeenSet =
false;
296 InputLocation m_font;
297 bool m_fontHasBeenSet =
false;
300 bool m_fontColorHasBeenSet =
false;
302 int m_fontOpacity{0};
303 bool m_fontOpacityHasBeenSet =
false;
305 int m_fontResolution{0};
306 bool m_fontResolutionHasBeenSet =
false;
309 bool m_fontSizeHasBeenSet =
false;
312 bool m_outlineColorHasBeenSet =
false;
314 int m_outlineSize{0};
315 bool m_outlineSizeHasBeenSet =
false;
318 bool m_shadowColorHasBeenSet =
false;
320 int m_shadowOpacity{0};
321 bool m_shadowOpacityHasBeenSet =
false;
323 int m_shadowXOffset{0};
324 bool m_shadowXOffsetHasBeenSet =
false;
326 int m_shadowYOffset{0};
327 bool m_shadowYOffsetHasBeenSet =
false;
330 bool m_teletextGridControlHasBeenSet =
false;
333 bool m_xPositionHasBeenSet =
false;
336 bool m_yPositionHasBeenSet =
false;
339 bool m_subtitleRowsHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue