AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
Scte20SourceSettings.h
1
6#pragma once
7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/medialive/model/Scte20Convert608To708.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace MediaLive
22{
23namespace Model
24{
25
32 {
33 public:
34 AWS_MEDIALIVE_API Scte20SourceSettings();
37 AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
46 inline const Scte20Convert608To708& GetConvert608To708() const{ return m_convert608To708; }
47 inline bool Convert608To708HasBeenSet() const { return m_convert608To708HasBeenSet; }
48 inline void SetConvert608To708(const Scte20Convert608To708& value) { m_convert608To708HasBeenSet = true; m_convert608To708 = value; }
49 inline void SetConvert608To708(Scte20Convert608To708&& value) { m_convert608To708HasBeenSet = true; m_convert608To708 = std::move(value); }
51 inline Scte20SourceSettings& WithConvert608To708(Scte20Convert608To708&& value) { SetConvert608To708(std::move(value)); return *this;}
53
55
59 inline int GetSource608ChannelNumber() const{ return m_source608ChannelNumber; }
60 inline bool Source608ChannelNumberHasBeenSet() const { return m_source608ChannelNumberHasBeenSet; }
61 inline void SetSource608ChannelNumber(int value) { m_source608ChannelNumberHasBeenSet = true; m_source608ChannelNumber = value; }
64 private:
65
66 Scte20Convert608To708 m_convert608To708;
67 bool m_convert608To708HasBeenSet = false;
68
69 int m_source608ChannelNumber;
70 bool m_source608ChannelNumberHasBeenSet = false;
71 };
72
73} // namespace Model
74} // namespace MediaLive
75} // namespace Aws
void SetConvert608To708(const Scte20Convert608To708 &value)
const Scte20Convert608To708 & GetConvert608To708() const
AWS_MEDIALIVE_API Scte20SourceSettings(Aws::Utils::Json::JsonView jsonValue)
Scte20SourceSettings & WithConvert608To708(Scte20Convert608To708 &&value)
void SetConvert608To708(Scte20Convert608To708 &&value)
Scte20SourceSettings & WithConvert608To708(const Scte20Convert608To708 &value)
AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const
Scte20SourceSettings & WithSource608ChannelNumber(int value)
AWS_MEDIALIVE_API Scte20SourceSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue