AWS SDK for C++

AWS SDK for C++ Version 1.11.609

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() = default;
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 InputLossActionForUdpOut GetInputLossAction() const { return m_inputLossAction; }
52 inline bool InputLossActionHasBeenSet() const { return m_inputLossActionHasBeenSet; }
53 inline void SetInputLossAction(InputLossActionForUdpOut value) { m_inputLossActionHasBeenSet = true; m_inputLossAction = value; }
56
58
61 inline UdpTimedMetadataId3Frame GetTimedMetadataId3Frame() const { return m_timedMetadataId3Frame; }
62 inline bool TimedMetadataId3FrameHasBeenSet() const { return m_timedMetadataId3FrameHasBeenSet; }
63 inline void SetTimedMetadataId3Frame(UdpTimedMetadataId3Frame value) { m_timedMetadataId3FrameHasBeenSet = true; m_timedMetadataId3Frame = value; }
66
68
71 inline int GetTimedMetadataId3Period() const { return m_timedMetadataId3Period; }
72 inline bool TimedMetadataId3PeriodHasBeenSet() const { return m_timedMetadataId3PeriodHasBeenSet; }
73 inline void SetTimedMetadataId3Period(int value) { m_timedMetadataId3PeriodHasBeenSet = true; m_timedMetadataId3Period = value; }
74 inline UdpGroupSettings& WithTimedMetadataId3Period(int value) { SetTimedMetadataId3Period(value); return *this;}
76 private:
77
79 bool m_inputLossActionHasBeenSet = false;
80
82 bool m_timedMetadataId3FrameHasBeenSet = false;
83
84 int m_timedMetadataId3Period{0};
85 bool m_timedMetadataId3PeriodHasBeenSet = false;
86 };
87
88} // namespace Model
89} // namespace MediaLive
90} // namespace Aws
AWS_MEDIALIVE_API UdpGroupSettings()=default
void SetInputLossAction(InputLossActionForUdpOut value)
InputLossActionForUdpOut GetInputLossAction() const
UdpGroupSettings & WithInputLossAction(InputLossActionForUdpOut value)
UdpGroupSettings & WithTimedMetadataId3Frame(UdpTimedMetadataId3Frame value)
AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const
UdpGroupSettings & WithTimedMetadataId3Period(int value)
UdpTimedMetadataId3Frame GetTimedMetadataId3Frame() const
AWS_MEDIALIVE_API UdpGroupSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetTimedMetadataId3Frame(UdpTimedMetadataId3Frame value)
AWS_MEDIALIVE_API UdpGroupSettings(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue