AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
Smpte2110ReceiverGroupSettings.h
1
6#pragma once
7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/medialive/model/Smpte2110ReceiverGroup.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
34 {
35 public:
36 AWS_MEDIALIVE_API Smpte2110ReceiverGroupSettings() = default;
39 AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
44 inline const Aws::Vector<Smpte2110ReceiverGroup>& GetSmpte2110ReceiverGroups() const { return m_smpte2110ReceiverGroups; }
45 inline bool Smpte2110ReceiverGroupsHasBeenSet() const { return m_smpte2110ReceiverGroupsHasBeenSet; }
46 template<typename Smpte2110ReceiverGroupsT = Aws::Vector<Smpte2110ReceiverGroup>>
47 void SetSmpte2110ReceiverGroups(Smpte2110ReceiverGroupsT&& value) { m_smpte2110ReceiverGroupsHasBeenSet = true; m_smpte2110ReceiverGroups = std::forward<Smpte2110ReceiverGroupsT>(value); }
48 template<typename Smpte2110ReceiverGroupsT = Aws::Vector<Smpte2110ReceiverGroup>>
49 Smpte2110ReceiverGroupSettings& WithSmpte2110ReceiverGroups(Smpte2110ReceiverGroupsT&& value) { SetSmpte2110ReceiverGroups(std::forward<Smpte2110ReceiverGroupsT>(value)); return *this;}
50 template<typename Smpte2110ReceiverGroupsT = Smpte2110ReceiverGroup>
51 Smpte2110ReceiverGroupSettings& AddSmpte2110ReceiverGroups(Smpte2110ReceiverGroupsT&& value) { m_smpte2110ReceiverGroupsHasBeenSet = true; m_smpte2110ReceiverGroups.emplace_back(std::forward<Smpte2110ReceiverGroupsT>(value)); return *this; }
53 private:
54
55 Aws::Vector<Smpte2110ReceiverGroup> m_smpte2110ReceiverGroups;
56 bool m_smpte2110ReceiverGroupsHasBeenSet = false;
57 };
58
59} // namespace Model
60} // namespace MediaLive
61} // namespace Aws
AWS_MEDIALIVE_API Smpte2110ReceiverGroupSettings(Aws::Utils::Json::JsonView jsonValue)
Smpte2110ReceiverGroupSettings & AddSmpte2110ReceiverGroups(Smpte2110ReceiverGroupsT &&value)
const Aws::Vector< Smpte2110ReceiverGroup > & GetSmpte2110ReceiverGroups() const
AWS_MEDIALIVE_API Smpte2110ReceiverGroupSettings()=default
AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const
Smpte2110ReceiverGroupSettings & WithSmpte2110ReceiverGroups(Smpte2110ReceiverGroupsT &&value)
AWS_MEDIALIVE_API Smpte2110ReceiverGroupSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue