AWS SDK for C++

AWS SDK for C++ Version 1.11.609

Loading...
Searching...
No Matches
Smpte2110ReceiverGroup.h
1
6#pragma once
7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/medialive/model/Smpte2110ReceiverGroupSdpSettings.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
33 {
34 public:
35 AWS_MEDIALIVE_API Smpte2110ReceiverGroup() = default;
38 AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
46 inline const Smpte2110ReceiverGroupSdpSettings& GetSdpSettings() const { return m_sdpSettings; }
47 inline bool SdpSettingsHasBeenSet() const { return m_sdpSettingsHasBeenSet; }
48 template<typename SdpSettingsT = Smpte2110ReceiverGroupSdpSettings>
49 void SetSdpSettings(SdpSettingsT&& value) { m_sdpSettingsHasBeenSet = true; m_sdpSettings = std::forward<SdpSettingsT>(value); }
50 template<typename SdpSettingsT = Smpte2110ReceiverGroupSdpSettings>
51 Smpte2110ReceiverGroup& WithSdpSettings(SdpSettingsT&& value) { SetSdpSettings(std::forward<SdpSettingsT>(value)); return *this;}
53 private:
54
56 bool m_sdpSettingsHasBeenSet = false;
57 };
58
59} // namespace Model
60} // namespace MediaLive
61} // namespace Aws
AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MEDIALIVE_API Smpte2110ReceiverGroup(Aws::Utils::Json::JsonView jsonValue)
const Smpte2110ReceiverGroupSdpSettings & GetSdpSettings() const
AWS_MEDIALIVE_API Smpte2110ReceiverGroup()=default
AWS_MEDIALIVE_API Smpte2110ReceiverGroup & operator=(Aws::Utils::Json::JsonView jsonValue)
Smpte2110ReceiverGroup & WithSdpSettings(SdpSettingsT &&value)
Aws::Utils::Json::JsonValue JsonValue