AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
BurnInDestinationSettings.h
1
6#pragma once
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>
16#include <utility>
17
18namespace Aws
19{
20namespace Utils
21{
22namespace Json
23{
24 class JsonValue;
25 class JsonView;
26} // namespace Json
27} // namespace Utils
28namespace MediaLive
29{
30namespace Model
31{
32
39 {
40 public:
41 AWS_MEDIALIVE_API BurnInDestinationSettings();
44 AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const;
45
46
48
57 inline const BurnInAlignment& GetAlignment() const{ return m_alignment; }
58 inline bool AlignmentHasBeenSet() const { return m_alignmentHasBeenSet; }
59 inline void SetAlignment(const BurnInAlignment& value) { m_alignmentHasBeenSet = true; m_alignment = value; }
60 inline void SetAlignment(BurnInAlignment&& value) { m_alignmentHasBeenSet = true; m_alignment = std::move(value); }
61 inline BurnInDestinationSettings& WithAlignment(const BurnInAlignment& value) { SetAlignment(value); return *this;}
62 inline BurnInDestinationSettings& WithAlignment(BurnInAlignment&& value) { SetAlignment(std::move(value)); return *this;}
64
66
70 inline const BurnInBackgroundColor& GetBackgroundColor() const{ return m_backgroundColor; }
71 inline bool BackgroundColorHasBeenSet() const { return m_backgroundColorHasBeenSet; }
72 inline void SetBackgroundColor(const BurnInBackgroundColor& value) { m_backgroundColorHasBeenSet = true; m_backgroundColor = value; }
73 inline void SetBackgroundColor(BurnInBackgroundColor&& value) { m_backgroundColorHasBeenSet = true; m_backgroundColor = std::move(value); }
77
79
84 inline int GetBackgroundOpacity() const{ return m_backgroundOpacity; }
85 inline bool BackgroundOpacityHasBeenSet() const { return m_backgroundOpacityHasBeenSet; }
86 inline void SetBackgroundOpacity(int value) { m_backgroundOpacityHasBeenSet = true; m_backgroundOpacity = value; }
87 inline BurnInDestinationSettings& WithBackgroundOpacity(int value) { SetBackgroundOpacity(value); return *this;}
89
91
98 inline const InputLocation& GetFont() const{ return m_font; }
99 inline bool FontHasBeenSet() const { return m_fontHasBeenSet; }
100 inline void SetFont(const InputLocation& value) { m_fontHasBeenSet = true; m_font = value; }
101 inline void SetFont(InputLocation&& value) { m_fontHasBeenSet = true; m_font = std::move(value); }
102 inline BurnInDestinationSettings& WithFont(const InputLocation& value) { SetFont(value); return *this;}
103 inline BurnInDestinationSettings& WithFont(InputLocation&& value) { SetFont(std::move(value)); return *this;}
105
107
113 inline const BurnInFontColor& GetFontColor() const{ return m_fontColor; }
114 inline bool FontColorHasBeenSet() const { return m_fontColorHasBeenSet; }
115 inline void SetFontColor(const BurnInFontColor& value) { m_fontColorHasBeenSet = true; m_fontColor = value; }
116 inline void SetFontColor(BurnInFontColor&& value) { m_fontColorHasBeenSet = true; m_fontColor = std::move(value); }
117 inline BurnInDestinationSettings& WithFontColor(const BurnInFontColor& value) { SetFontColor(value); return *this;}
118 inline BurnInDestinationSettings& WithFontColor(BurnInFontColor&& value) { SetFontColor(std::move(value)); return *this;}
120
122
126 inline int GetFontOpacity() const{ return m_fontOpacity; }
127 inline bool FontOpacityHasBeenSet() const { return m_fontOpacityHasBeenSet; }
128 inline void SetFontOpacity(int value) { m_fontOpacityHasBeenSet = true; m_fontOpacity = value; }
129 inline BurnInDestinationSettings& WithFontOpacity(int value) { SetFontOpacity(value); return *this;}
131
133
137 inline int GetFontResolution() const{ return m_fontResolution; }
138 inline bool FontResolutionHasBeenSet() const { return m_fontResolutionHasBeenSet; }
139 inline void SetFontResolution(int value) { m_fontResolutionHasBeenSet = true; m_fontResolution = value; }
140 inline BurnInDestinationSettings& WithFontResolution(int value) { SetFontResolution(value); return *this;}
142
144
149 inline const Aws::String& GetFontSize() const{ return m_fontSize; }
150 inline bool FontSizeHasBeenSet() const { return m_fontSizeHasBeenSet; }
151 inline void SetFontSize(const Aws::String& value) { m_fontSizeHasBeenSet = true; m_fontSize = value; }
152 inline void SetFontSize(Aws::String&& value) { m_fontSizeHasBeenSet = true; m_fontSize = std::move(value); }
153 inline void SetFontSize(const char* value) { m_fontSizeHasBeenSet = true; m_fontSize.assign(value); }
154 inline BurnInDestinationSettings& WithFontSize(const Aws::String& value) { SetFontSize(value); return *this;}
155 inline BurnInDestinationSettings& WithFontSize(Aws::String&& value) { SetFontSize(std::move(value)); return *this;}
156 inline BurnInDestinationSettings& WithFontSize(const char* value) { SetFontSize(value); return *this;}
158
160
166 inline const BurnInOutlineColor& GetOutlineColor() const{ return m_outlineColor; }
167 inline bool OutlineColorHasBeenSet() const { return m_outlineColorHasBeenSet; }
168 inline void SetOutlineColor(const BurnInOutlineColor& value) { m_outlineColorHasBeenSet = true; m_outlineColor = value; }
169 inline void SetOutlineColor(BurnInOutlineColor&& value) { m_outlineColorHasBeenSet = true; m_outlineColor = std::move(value); }
171 inline BurnInDestinationSettings& WithOutlineColor(BurnInOutlineColor&& value) { SetOutlineColor(std::move(value)); return *this;}
173
175
181 inline int GetOutlineSize() const{ return m_outlineSize; }
182 inline bool OutlineSizeHasBeenSet() const { return m_outlineSizeHasBeenSet; }
183 inline void SetOutlineSize(int value) { m_outlineSizeHasBeenSet = true; m_outlineSize = value; }
184 inline BurnInDestinationSettings& WithOutlineSize(int value) { SetOutlineSize(value); return *this;}
186
188
192 inline const BurnInShadowColor& GetShadowColor() const{ return m_shadowColor; }
193 inline bool ShadowColorHasBeenSet() const { return m_shadowColorHasBeenSet; }
194 inline void SetShadowColor(const BurnInShadowColor& value) { m_shadowColorHasBeenSet = true; m_shadowColor = value; }
195 inline void SetShadowColor(BurnInShadowColor&& value) { m_shadowColorHasBeenSet = true; m_shadowColor = std::move(value); }
196 inline BurnInDestinationSettings& WithShadowColor(const BurnInShadowColor& value) { SetShadowColor(value); return *this;}
197 inline BurnInDestinationSettings& WithShadowColor(BurnInShadowColor&& value) { SetShadowColor(std::move(value)); return *this;}
199
201
206 inline int GetShadowOpacity() const{ return m_shadowOpacity; }
207 inline bool ShadowOpacityHasBeenSet() const { return m_shadowOpacityHasBeenSet; }
208 inline void SetShadowOpacity(int value) { m_shadowOpacityHasBeenSet = true; m_shadowOpacity = value; }
209 inline BurnInDestinationSettings& WithShadowOpacity(int value) { SetShadowOpacity(value); return *this;}
211
213
218 inline int GetShadowXOffset() const{ return m_shadowXOffset; }
219 inline bool ShadowXOffsetHasBeenSet() const { return m_shadowXOffsetHasBeenSet; }
220 inline void SetShadowXOffset(int value) { m_shadowXOffsetHasBeenSet = true; m_shadowXOffset = value; }
221 inline BurnInDestinationSettings& WithShadowXOffset(int value) { SetShadowXOffset(value); return *this;}
223
225
230 inline int GetShadowYOffset() const{ return m_shadowYOffset; }
231 inline bool ShadowYOffsetHasBeenSet() const { return m_shadowYOffsetHasBeenSet; }
232 inline void SetShadowYOffset(int value) { m_shadowYOffsetHasBeenSet = true; m_shadowYOffset = value; }
233 inline BurnInDestinationSettings& WithShadowYOffset(int value) { SetShadowYOffset(value); return *this;}
235
237
241 inline const BurnInTeletextGridControl& GetTeletextGridControl() const{ return m_teletextGridControl; }
242 inline bool TeletextGridControlHasBeenSet() const { return m_teletextGridControlHasBeenSet; }
243 inline void SetTeletextGridControl(const BurnInTeletextGridControl& value) { m_teletextGridControlHasBeenSet = true; m_teletextGridControl = value; }
244 inline void SetTeletextGridControl(BurnInTeletextGridControl&& value) { m_teletextGridControlHasBeenSet = true; m_teletextGridControl = std::move(value); }
248
250
257 inline int GetXPosition() const{ return m_xPosition; }
258 inline bool XPositionHasBeenSet() const { return m_xPositionHasBeenSet; }
259 inline void SetXPosition(int value) { m_xPositionHasBeenSet = true; m_xPosition = value; }
260 inline BurnInDestinationSettings& WithXPosition(int value) { SetXPosition(value); return *this;}
262
264
271 inline int GetYPosition() const{ return m_yPosition; }
272 inline bool YPositionHasBeenSet() const { return m_yPositionHasBeenSet; }
273 inline void SetYPosition(int value) { m_yPositionHasBeenSet = true; m_yPosition = value; }
274 inline BurnInDestinationSettings& WithYPosition(int value) { SetYPosition(value); return *this;}
276 private:
277
278 BurnInAlignment m_alignment;
279 bool m_alignmentHasBeenSet = false;
280
281 BurnInBackgroundColor m_backgroundColor;
282 bool m_backgroundColorHasBeenSet = false;
283
284 int m_backgroundOpacity;
285 bool m_backgroundOpacityHasBeenSet = false;
286
287 InputLocation m_font;
288 bool m_fontHasBeenSet = false;
289
290 BurnInFontColor m_fontColor;
291 bool m_fontColorHasBeenSet = false;
292
293 int m_fontOpacity;
294 bool m_fontOpacityHasBeenSet = false;
295
296 int m_fontResolution;
297 bool m_fontResolutionHasBeenSet = false;
298
299 Aws::String m_fontSize;
300 bool m_fontSizeHasBeenSet = false;
301
302 BurnInOutlineColor m_outlineColor;
303 bool m_outlineColorHasBeenSet = false;
304
305 int m_outlineSize;
306 bool m_outlineSizeHasBeenSet = false;
307
308 BurnInShadowColor m_shadowColor;
309 bool m_shadowColorHasBeenSet = false;
310
311 int m_shadowOpacity;
312 bool m_shadowOpacityHasBeenSet = false;
313
314 int m_shadowXOffset;
315 bool m_shadowXOffsetHasBeenSet = false;
316
317 int m_shadowYOffset;
318 bool m_shadowYOffsetHasBeenSet = false;
319
320 BurnInTeletextGridControl m_teletextGridControl;
321 bool m_teletextGridControlHasBeenSet = false;
322
323 int m_xPosition;
324 bool m_xPositionHasBeenSet = false;
325
326 int m_yPosition;
327 bool m_yPositionHasBeenSet = false;
328 };
329
330} // namespace Model
331} // namespace MediaLive
332} // namespace Aws
BurnInDestinationSettings & WithBackgroundColor(BurnInBackgroundColor &&value)
const BurnInBackgroundColor & GetBackgroundColor() const
BurnInDestinationSettings & WithTeletextGridControl(const BurnInTeletextGridControl &value)
BurnInDestinationSettings & WithFontSize(Aws::String &&value)
const BurnInTeletextGridControl & GetTeletextGridControl() const
BurnInDestinationSettings & WithShadowYOffset(int value)
BurnInDestinationSettings & WithYPosition(int value)
BurnInDestinationSettings & WithBackgroundOpacity(int value)
BurnInDestinationSettings & WithFontSize(const Aws::String &value)
BurnInDestinationSettings & WithFontOpacity(int value)
void SetOutlineColor(const BurnInOutlineColor &value)
BurnInDestinationSettings & WithShadowOpacity(int value)
BurnInDestinationSettings & WithShadowColor(BurnInShadowColor &&value)
void SetTeletextGridControl(const BurnInTeletextGridControl &value)
BurnInDestinationSettings & WithAlignment(const BurnInAlignment &value)
BurnInDestinationSettings & WithXPosition(int value)
BurnInDestinationSettings & WithOutlineColor(const BurnInOutlineColor &value)
BurnInDestinationSettings & WithBackgroundColor(const BurnInBackgroundColor &value)
BurnInDestinationSettings & WithFontResolution(int value)
BurnInDestinationSettings & WithFontColor(BurnInFontColor &&value)
AWS_MEDIALIVE_API BurnInDestinationSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
BurnInDestinationSettings & WithTeletextGridControl(BurnInTeletextGridControl &&value)
BurnInDestinationSettings & WithOutlineColor(BurnInOutlineColor &&value)
BurnInDestinationSettings & WithFont(InputLocation &&value)
void SetBackgroundColor(const BurnInBackgroundColor &value)
AWS_MEDIALIVE_API BurnInDestinationSettings(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const
BurnInDestinationSettings & WithShadowColor(const BurnInShadowColor &value)
BurnInDestinationSettings & WithFont(const InputLocation &value)
void SetTeletextGridControl(BurnInTeletextGridControl &&value)
BurnInDestinationSettings & WithFontSize(const char *value)
BurnInDestinationSettings & WithShadowXOffset(int value)
BurnInDestinationSettings & WithFontColor(const BurnInFontColor &value)
BurnInDestinationSettings & WithOutlineSize(int value)
BurnInDestinationSettings & WithAlignment(BurnInAlignment &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue