AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
JoinEventConfiguration.h
1
6#pragma once
7#include <aws/iotwireless/IoTWireless_EXPORTS.h>
8#include <aws/iotwireless/model/LoRaWANJoinEventNotificationConfigurations.h>
9#include <aws/iotwireless/model/EventNotificationTopicStatus.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 IoTWireless
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_IOTWIRELESS_API JoinEventConfiguration() = default;
37 AWS_IOTWIRELESS_API JoinEventConfiguration(Aws::Utils::Json::JsonView jsonValue);
39 AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
47 inline const LoRaWANJoinEventNotificationConfigurations& GetLoRaWAN() const { return m_loRaWAN; }
48 inline bool LoRaWANHasBeenSet() const { return m_loRaWANHasBeenSet; }
49 template<typename LoRaWANT = LoRaWANJoinEventNotificationConfigurations>
50 void SetLoRaWAN(LoRaWANT&& value) { m_loRaWANHasBeenSet = true; m_loRaWAN = std::forward<LoRaWANT>(value); }
51 template<typename LoRaWANT = LoRaWANJoinEventNotificationConfigurations>
52 JoinEventConfiguration& WithLoRaWAN(LoRaWANT&& value) { SetLoRaWAN(std::forward<LoRaWANT>(value)); return *this;}
54
56
60 inline EventNotificationTopicStatus GetWirelessDeviceIdEventTopic() const { return m_wirelessDeviceIdEventTopic; }
61 inline bool WirelessDeviceIdEventTopicHasBeenSet() const { return m_wirelessDeviceIdEventTopicHasBeenSet; }
62 inline void SetWirelessDeviceIdEventTopic(EventNotificationTopicStatus value) { m_wirelessDeviceIdEventTopicHasBeenSet = true; m_wirelessDeviceIdEventTopic = value; }
65 private:
66
68 bool m_loRaWANHasBeenSet = false;
69
71 bool m_wirelessDeviceIdEventTopicHasBeenSet = false;
72 };
73
74} // namespace Model
75} // namespace IoTWireless
76} // namespace Aws
EventNotificationTopicStatus GetWirelessDeviceIdEventTopic() const
AWS_IOTWIRELESS_API JoinEventConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTWIRELESS_API JoinEventConfiguration()=default
JoinEventConfiguration & WithLoRaWAN(LoRaWANT &&value)
JoinEventConfiguration & WithWirelessDeviceIdEventTopic(EventNotificationTopicStatus value)
AWS_IOTWIRELESS_API JoinEventConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetWirelessDeviceIdEventTopic(EventNotificationTopicStatus value)
AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const
const LoRaWANJoinEventNotificationConfigurations & GetLoRaWAN() const
Aws::Utils::Json::JsonValue JsonValue