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>
88 inline void SetBackgroundOpacity(
int value) { m_backgroundOpacityHasBeenSet =
true; m_backgroundOpacity = value; }
130 inline void SetFontOpacity(
int value) { m_fontOpacityHasBeenSet =
true; m_fontOpacity = value; }
141 inline void SetFontResolution(
int value) { m_fontResolutionHasBeenSet =
true; m_fontResolution = value; }
155 inline void SetFontSize(
const char* value) { m_fontSizeHasBeenSet =
true; m_fontSize.assign(value); }
185 inline void SetOutlineSize(
int value) { m_outlineSizeHasBeenSet =
true; m_outlineSize = value; }
210 inline void SetShadowOpacity(
int value) { m_shadowOpacityHasBeenSet =
true; m_shadowOpacity = value; }
222 inline void SetShadowXOffset(
int value) { m_shadowXOffsetHasBeenSet =
true; m_shadowXOffset = value; }
234 inline void SetShadowYOffset(
int value) { m_shadowYOffsetHasBeenSet =
true; m_shadowYOffset = value; }
263 inline void SetXPosition(
int value) { m_xPositionHasBeenSet =
true; m_xPosition = value; }
279 inline void SetYPosition(
int value) { m_yPositionHasBeenSet =
true; m_yPosition = value; }
285 bool m_alignmentHasBeenSet =
false;
288 bool m_backgroundColorHasBeenSet =
false;
290 int m_backgroundOpacity;
291 bool m_backgroundOpacityHasBeenSet =
false;
294 bool m_fontHasBeenSet =
false;
297 bool m_fontColorHasBeenSet =
false;
300 bool m_fontOpacityHasBeenSet =
false;
302 int m_fontResolution;
303 bool m_fontResolutionHasBeenSet =
false;
306 bool m_fontSizeHasBeenSet =
false;
309 bool m_outlineColorHasBeenSet =
false;
312 bool m_outlineSizeHasBeenSet =
false;
315 bool m_shadowColorHasBeenSet =
false;
318 bool m_shadowOpacityHasBeenSet =
false;
321 bool m_shadowXOffsetHasBeenSet =
false;
324 bool m_shadowYOffsetHasBeenSet =
false;
327 bool m_teletextGridControlHasBeenSet =
false;
330 bool m_xPositionHasBeenSet =
false;
333 bool m_yPositionHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue