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>
82 inline void SetBackgroundOpacity(
int value) { m_backgroundOpacityHasBeenSet =
true; m_backgroundOpacity = value; }
96 template<
typename FontT = InputLocation>
97 void SetFont(FontT&& value) { m_fontHasBeenSet =
true; m_font = std::forward<FontT>(value); }
98 template<
typename FontT = InputLocation>
122 inline void SetFontOpacity(
int value) { m_fontOpacityHasBeenSet =
true; m_fontOpacity = value; }
133 inline void SetFontResolution(
int value) { m_fontResolutionHasBeenSet =
true; m_fontResolution = value; }
145 template<
typename FontSizeT = Aws::String>
146 void SetFontSize(FontSizeT&& value) { m_fontSizeHasBeenSet =
true; m_fontSize = std::forward<FontSizeT>(value); }
147 template<
typename FontSizeT = Aws::String>
173 inline void SetOutlineSize(
int value) { m_outlineSizeHasBeenSet =
true; m_outlineSize = value; }
196 inline void SetShadowOpacity(
int value) { m_shadowOpacityHasBeenSet =
true; m_shadowOpacity = value; }
208 inline void SetShadowXOffset(
int value) { m_shadowXOffsetHasBeenSet =
true; m_shadowXOffset = value; }
220 inline void SetShadowYOffset(
int value) { m_shadowYOffsetHasBeenSet =
true; m_shadowYOffset = value; }
245 inline void SetXPosition(
int value) { m_xPositionHasBeenSet =
true; m_xPosition = value; }
259 inline void SetYPosition(
int value) { m_yPositionHasBeenSet =
true; m_yPosition = value; }
265 bool m_alignmentHasBeenSet =
false;
268 bool m_backgroundColorHasBeenSet =
false;
270 int m_backgroundOpacity{0};
271 bool m_backgroundOpacityHasBeenSet =
false;
273 InputLocation m_font;
274 bool m_fontHasBeenSet =
false;
277 bool m_fontColorHasBeenSet =
false;
279 int m_fontOpacity{0};
280 bool m_fontOpacityHasBeenSet =
false;
282 int m_fontResolution{0};
283 bool m_fontResolutionHasBeenSet =
false;
286 bool m_fontSizeHasBeenSet =
false;
289 bool m_outlineColorHasBeenSet =
false;
291 int m_outlineSize{0};
292 bool m_outlineSizeHasBeenSet =
false;
295 bool m_shadowColorHasBeenSet =
false;
297 int m_shadowOpacity{0};
298 bool m_shadowOpacityHasBeenSet =
false;
300 int m_shadowXOffset{0};
301 bool m_shadowXOffsetHasBeenSet =
false;
303 int m_shadowYOffset{0};
304 bool m_shadowYOffsetHasBeenSet =
false;
307 bool m_teletextGridControlHasBeenSet =
false;
310 bool m_xPositionHasBeenSet =
false;
313 bool m_yPositionHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue