7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/medialive/model/BurnInAlignment.h>
9#include <aws/medialive/model/BurnInBackgroundColor.h>
10#include <aws/medialive/model/InputLocation.h>
11#include <aws/medialive/model/BurnInFontColor.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
13#include <aws/medialive/model/BurnInOutlineColor.h>
14#include <aws/medialive/model/BurnInShadowColor.h>
15#include <aws/medialive/model/BurnInTeletextGridControl.h>
86 inline void SetBackgroundOpacity(
int value) { m_backgroundOpacityHasBeenSet =
true; m_backgroundOpacity = value; }
128 inline void SetFontOpacity(
int value) { m_fontOpacityHasBeenSet =
true; m_fontOpacity = value; }
139 inline void SetFontResolution(
int value) { m_fontResolutionHasBeenSet =
true; m_fontResolution = value; }
153 inline void SetFontSize(
const char* value) { m_fontSizeHasBeenSet =
true; m_fontSize.assign(value); }
183 inline void SetOutlineSize(
int value) { m_outlineSizeHasBeenSet =
true; m_outlineSize = value; }
208 inline void SetShadowOpacity(
int value) { m_shadowOpacityHasBeenSet =
true; m_shadowOpacity = value; }
220 inline void SetShadowXOffset(
int value) { m_shadowXOffsetHasBeenSet =
true; m_shadowXOffset = value; }
232 inline void SetShadowYOffset(
int value) { m_shadowYOffsetHasBeenSet =
true; m_shadowYOffset = value; }
259 inline void SetXPosition(
int value) { m_xPositionHasBeenSet =
true; m_xPosition = value; }
273 inline void SetYPosition(
int value) { m_yPositionHasBeenSet =
true; m_yPosition = value; }
279 bool m_alignmentHasBeenSet =
false;
282 bool m_backgroundColorHasBeenSet =
false;
284 int m_backgroundOpacity;
285 bool m_backgroundOpacityHasBeenSet =
false;
288 bool m_fontHasBeenSet =
false;
291 bool m_fontColorHasBeenSet =
false;
294 bool m_fontOpacityHasBeenSet =
false;
296 int m_fontResolution;
297 bool m_fontResolutionHasBeenSet =
false;
300 bool m_fontSizeHasBeenSet =
false;
303 bool m_outlineColorHasBeenSet =
false;
306 bool m_outlineSizeHasBeenSet =
false;
309 bool m_shadowColorHasBeenSet =
false;
312 bool m_shadowOpacityHasBeenSet =
false;
315 bool m_shadowXOffsetHasBeenSet =
false;
318 bool m_shadowYOffsetHasBeenSet =
false;
321 bool m_teletextGridControlHasBeenSet =
false;
324 bool m_xPositionHasBeenSet =
false;
327 bool m_yPositionHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue