AWS SDK for C++

AWS SDK for C++ Version 1.11.788

Loading...
Searching...
No Matches
ParticipatingGatewaysMulticast.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/iotwireless/IoTWireless_EXPORTS.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace IoTWireless {
21namespace Model {
22
32 public:
33 AWS_IOTWIRELESS_API ParticipatingGatewaysMulticast() = default;
36 AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const;
37
39
46 inline const Aws::Vector<Aws::String>& GetGatewayList() const { return m_gatewayList; }
47 inline bool GatewayListHasBeenSet() const { return m_gatewayListHasBeenSet; }
48 template <typename GatewayListT = Aws::Vector<Aws::String>>
49 void SetGatewayList(GatewayListT&& value) {
50 m_gatewayListHasBeenSet = true;
51 m_gatewayList = std::forward<GatewayListT>(value);
52 }
53 template <typename GatewayListT = Aws::Vector<Aws::String>>
55 SetGatewayList(std::forward<GatewayListT>(value));
56 return *this;
57 }
58 template <typename GatewayListT = Aws::String>
60 m_gatewayListHasBeenSet = true;
61 m_gatewayList.emplace_back(std::forward<GatewayListT>(value));
62 return *this;
63 }
65
67
72 inline int GetTransmissionInterval() const { return m_transmissionInterval; }
73 inline bool TransmissionIntervalHasBeenSet() const { return m_transmissionIntervalHasBeenSet; }
74 inline void SetTransmissionInterval(int value) {
75 m_transmissionIntervalHasBeenSet = true;
76 m_transmissionInterval = value;
77 }
80 return *this;
81 }
83 private:
84 Aws::Vector<Aws::String> m_gatewayList;
85
86 int m_transmissionInterval{0};
87 bool m_gatewayListHasBeenSet = false;
88 bool m_transmissionIntervalHasBeenSet = false;
89};
90
91} // namespace Model
92} // namespace IoTWireless
93} // namespace Aws
ParticipatingGatewaysMulticast & WithGatewayList(GatewayListT &&value)
AWS_IOTWIRELESS_API ParticipatingGatewaysMulticast(Aws::Utils::Json::JsonView jsonValue)
ParticipatingGatewaysMulticast & AddGatewayList(GatewayListT &&value)
AWS_IOTWIRELESS_API ParticipatingGatewaysMulticast()=default
AWS_IOTWIRELESS_API ParticipatingGatewaysMulticast & operator=(Aws::Utils::Json::JsonView jsonValue)
ParticipatingGatewaysMulticast & WithTransmissionInterval(int value)
AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue