AWS SDK for C++

AWS SDK for C++ Version 1.11.759

Loading...
Searching...
No Matches
Smpte2110ReceiverGroupSettings.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/medialive/MediaLive_EXPORTS.h>
9#include <aws/medialive/model/Smpte2110ReceiverGroup.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace MediaLive {
21namespace Model {
22
30 public:
31 AWS_MEDIALIVE_API Smpte2110ReceiverGroupSettings() = default;
34 AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
38 inline const Aws::Vector<Smpte2110ReceiverGroup>& GetSmpte2110ReceiverGroups() const { return m_smpte2110ReceiverGroups; }
39 inline bool Smpte2110ReceiverGroupsHasBeenSet() const { return m_smpte2110ReceiverGroupsHasBeenSet; }
40 template <typename Smpte2110ReceiverGroupsT = Aws::Vector<Smpte2110ReceiverGroup>>
41 void SetSmpte2110ReceiverGroups(Smpte2110ReceiverGroupsT&& value) {
42 m_smpte2110ReceiverGroupsHasBeenSet = true;
43 m_smpte2110ReceiverGroups = std::forward<Smpte2110ReceiverGroupsT>(value);
44 }
45 template <typename Smpte2110ReceiverGroupsT = Aws::Vector<Smpte2110ReceiverGroup>>
47 SetSmpte2110ReceiverGroups(std::forward<Smpte2110ReceiverGroupsT>(value));
48 return *this;
49 }
50 template <typename Smpte2110ReceiverGroupsT = Smpte2110ReceiverGroup>
52 m_smpte2110ReceiverGroupsHasBeenSet = true;
53 m_smpte2110ReceiverGroups.emplace_back(std::forward<Smpte2110ReceiverGroupsT>(value));
54 return *this;
55 }
57 private:
58 Aws::Vector<Smpte2110ReceiverGroup> m_smpte2110ReceiverGroups;
59 bool m_smpte2110ReceiverGroupsHasBeenSet = false;
60};
61
62} // namespace Model
63} // namespace MediaLive
64} // 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