AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
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 inline void SetLoRaWAN(const LoRaWANJoinEventNotificationConfigurations& value) { m_loRaWANHasBeenSet = true; m_loRaWAN = value; }
50 inline void SetLoRaWAN(LoRaWANJoinEventNotificationConfigurations&& value) { m_loRaWANHasBeenSet = true; m_loRaWAN = std::move(value); }
54
56
60 inline const EventNotificationTopicStatus& GetWirelessDeviceIdEventTopic() const{ return m_wirelessDeviceIdEventTopic; }
61 inline bool WirelessDeviceIdEventTopicHasBeenSet() const { return m_wirelessDeviceIdEventTopicHasBeenSet; }
62 inline void SetWirelessDeviceIdEventTopic(const EventNotificationTopicStatus& value) { m_wirelessDeviceIdEventTopicHasBeenSet = true; m_wirelessDeviceIdEventTopic = value; }
63 inline void SetWirelessDeviceIdEventTopic(EventNotificationTopicStatus&& value) { m_wirelessDeviceIdEventTopicHasBeenSet = true; m_wirelessDeviceIdEventTopic = std::move(value); }
67 private:
68
70 bool m_loRaWANHasBeenSet = false;
71
72 EventNotificationTopicStatus m_wirelessDeviceIdEventTopic;
73 bool m_wirelessDeviceIdEventTopicHasBeenSet = false;
74 };
75
76} // namespace Model
77} // namespace IoTWireless
78} // namespace Aws
void SetWirelessDeviceIdEventTopic(const EventNotificationTopicStatus &value)
AWS_IOTWIRELESS_API JoinEventConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
JoinEventConfiguration & WithLoRaWAN(const LoRaWANJoinEventNotificationConfigurations &value)
const EventNotificationTopicStatus & GetWirelessDeviceIdEventTopic() const
void SetWirelessDeviceIdEventTopic(EventNotificationTopicStatus &&value)
void SetLoRaWAN(const LoRaWANJoinEventNotificationConfigurations &value)
AWS_IOTWIRELESS_API JoinEventConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const
const LoRaWANJoinEventNotificationConfigurations & GetLoRaWAN() const
void SetLoRaWAN(LoRaWANJoinEventNotificationConfigurations &&value)
JoinEventConfiguration & WithLoRaWAN(LoRaWANJoinEventNotificationConfigurations &&value)
JoinEventConfiguration & WithWirelessDeviceIdEventTopic(const EventNotificationTopicStatus &value)
JoinEventConfiguration & WithWirelessDeviceIdEventTopic(EventNotificationTopicStatus &&value)
Aws::Utils::Json::JsonValue JsonValue