AWS SDK for C++

AWS SDK for C++ Version 1.11.748

Loading...
Searching...
No Matches
AncillarySourceSettings.h
1
6#pragma once
7#include <aws/medialive/MediaLive_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace MediaLive {
17namespace Model {
18
25 public:
26 AWS_MEDIALIVE_API AncillarySourceSettings() = default;
29 AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const;
30
32
39 inline int GetSourceAncillaryChannelNumber() const { return m_sourceAncillaryChannelNumber; }
40 inline bool SourceAncillaryChannelNumberHasBeenSet() const { return m_sourceAncillaryChannelNumberHasBeenSet; }
41 inline void SetSourceAncillaryChannelNumber(int value) {
42 m_sourceAncillaryChannelNumberHasBeenSet = true;
43 m_sourceAncillaryChannelNumber = value;
44 }
47 return *this;
48 }
50 private:
51 int m_sourceAncillaryChannelNumber{0};
52 bool m_sourceAncillaryChannelNumberHasBeenSet = false;
53};
54
55} // namespace Model
56} // namespace MediaLive
57} // namespace Aws
AWS_MEDIALIVE_API AncillarySourceSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const
AncillarySourceSettings & WithSourceAncillaryChannelNumber(int value)
AWS_MEDIALIVE_API AncillarySourceSettings()=default
AWS_MEDIALIVE_API AncillarySourceSettings(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue