AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
UdpGroupSettings.h
1
6#pragma once
7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/medialive/model/InputLossActionForUdpOut.h>
9#include <aws/medialive/model/UdpTimedMetadataId3Frame.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace MediaLive
23{
24namespace Model
25{
26
33 {
34 public:
35 AWS_MEDIALIVE_API UdpGroupSettings();
36 AWS_MEDIALIVE_API UdpGroupSettings(Aws::Utils::Json::JsonView jsonValue);
38 AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
51 inline const InputLossActionForUdpOut& GetInputLossAction() const{ return m_inputLossAction; }
52 inline bool InputLossActionHasBeenSet() const { return m_inputLossActionHasBeenSet; }
53 inline void SetInputLossAction(const InputLossActionForUdpOut& value) { m_inputLossActionHasBeenSet = true; m_inputLossAction = value; }
54 inline void SetInputLossAction(InputLossActionForUdpOut&& value) { m_inputLossActionHasBeenSet = true; m_inputLossAction = std::move(value); }
56 inline UdpGroupSettings& WithInputLossAction(InputLossActionForUdpOut&& value) { SetInputLossAction(std::move(value)); return *this;}
58
60
63 inline const UdpTimedMetadataId3Frame& GetTimedMetadataId3Frame() const{ return m_timedMetadataId3Frame; }
64 inline bool TimedMetadataId3FrameHasBeenSet() const { return m_timedMetadataId3FrameHasBeenSet; }
65 inline void SetTimedMetadataId3Frame(const UdpTimedMetadataId3Frame& value) { m_timedMetadataId3FrameHasBeenSet = true; m_timedMetadataId3Frame = value; }
66 inline void SetTimedMetadataId3Frame(UdpTimedMetadataId3Frame&& value) { m_timedMetadataId3FrameHasBeenSet = true; m_timedMetadataId3Frame = std::move(value); }
70
72
75 inline int GetTimedMetadataId3Period() const{ return m_timedMetadataId3Period; }
76 inline bool TimedMetadataId3PeriodHasBeenSet() const { return m_timedMetadataId3PeriodHasBeenSet; }
77 inline void SetTimedMetadataId3Period(int value) { m_timedMetadataId3PeriodHasBeenSet = true; m_timedMetadataId3Period = value; }
78 inline UdpGroupSettings& WithTimedMetadataId3Period(int value) { SetTimedMetadataId3Period(value); return *this;}
80 private:
81
82 InputLossActionForUdpOut m_inputLossAction;
83 bool m_inputLossActionHasBeenSet = false;
84
85 UdpTimedMetadataId3Frame m_timedMetadataId3Frame;
86 bool m_timedMetadataId3FrameHasBeenSet = false;
87
88 int m_timedMetadataId3Period;
89 bool m_timedMetadataId3PeriodHasBeenSet = false;
90 };
91
92} // namespace Model
93} // namespace MediaLive
94} // namespace Aws
UdpGroupSettings & WithInputLossAction(InputLossActionForUdpOut &&value)
const InputLossActionForUdpOut & GetInputLossAction() const
void SetInputLossAction(const InputLossActionForUdpOut &value)
void SetTimedMetadataId3Frame(const UdpTimedMetadataId3Frame &value)
UdpGroupSettings & WithInputLossAction(const InputLossActionForUdpOut &value)
UdpGroupSettings & WithTimedMetadataId3Frame(UdpTimedMetadataId3Frame &&value)
void SetTimedMetadataId3Frame(UdpTimedMetadataId3Frame &&value)
AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const
UdpGroupSettings & WithTimedMetadataId3Period(int value)
AWS_MEDIALIVE_API UdpGroupSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
const UdpTimedMetadataId3Frame & GetTimedMetadataId3Frame() const
AWS_MEDIALIVE_API UdpGroupSettings(Aws::Utils::Json::JsonView jsonValue)
UdpGroupSettings & WithTimedMetadataId3Frame(const UdpTimedMetadataId3Frame &value)
void SetInputLossAction(InputLossActionForUdpOut &&value)
Aws::Utils::Json::JsonValue JsonValue