AWS SDK for C++

AWS SDK for C++ Version 1.11.891

Loading...
Searching...
No Matches
EmbeddedDestinationSettings.h
1
6#pragma once
7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/medialive/model/EmbeddedCaptionPositionSettings.h>
9#include <aws/medialive/model/EmbeddedDestinationStyleControl.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace MediaLive {
21namespace Model {
22
29 public:
30 AWS_MEDIALIVE_API EmbeddedDestinationSettings() = default;
33 AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
40 inline const EmbeddedCaptionPositionSettings& GetPosition() const { return m_position; }
41 inline bool PositionHasBeenSet() const { return m_positionHasBeenSet; }
42 template <typename PositionT = EmbeddedCaptionPositionSettings>
43 void SetPosition(PositionT&& value) {
44 m_positionHasBeenSet = true;
45 m_position = std::forward<PositionT>(value);
46 }
47 template <typename PositionT = EmbeddedCaptionPositionSettings>
49 SetPosition(std::forward<PositionT>(value));
50 return *this;
51 }
53
55
67 inline EmbeddedDestinationStyleControl GetStyleControl() const { return m_styleControl; }
68 inline bool StyleControlHasBeenSet() const { return m_styleControlHasBeenSet; }
70 m_styleControlHasBeenSet = true;
71 m_styleControl = value;
72 }
74 SetStyleControl(value);
75 return *this;
76 }
78 private:
80
82 bool m_positionHasBeenSet = false;
83 bool m_styleControlHasBeenSet = false;
84};
85
86} // namespace Model
87} // namespace MediaLive
88} // namespace Aws
EmbeddedDestinationStyleControl GetStyleControl() const
AWS_MEDIALIVE_API EmbeddedDestinationSettings(Aws::Utils::Json::JsonView jsonValue)
const EmbeddedCaptionPositionSettings & GetPosition() const
EmbeddedDestinationSettings & WithStyleControl(EmbeddedDestinationStyleControl value)
AWS_MEDIALIVE_API EmbeddedDestinationSettings()=default
void SetStyleControl(EmbeddedDestinationStyleControl value)
AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MEDIALIVE_API EmbeddedDestinationSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
EmbeddedDestinationSettings & WithPosition(PositionT &&value)
Aws::Utils::Json::JsonValue JsonValue