AWS SDK for C++

AWS SDK for C++ Version 1.11.788

Loading...
Searching...
No Matches
JoinEventConfiguration.h
1
6#pragma once
7#include <aws/iotwireless/IoTWireless_EXPORTS.h>
8#include <aws/iotwireless/model/EventNotificationTopicStatus.h>
9#include <aws/iotwireless/model/LoRaWANJoinEventNotificationConfigurations.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
30 public:
31 AWS_IOTWIRELESS_API JoinEventConfiguration() = default;
32 AWS_IOTWIRELESS_API JoinEventConfiguration(Aws::Utils::Json::JsonView jsonValue);
34 AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
41 inline const LoRaWANJoinEventNotificationConfigurations& GetLoRaWAN() const { return m_loRaWAN; }
42 inline bool LoRaWANHasBeenSet() const { return m_loRaWANHasBeenSet; }
43 template <typename LoRaWANT = LoRaWANJoinEventNotificationConfigurations>
44 void SetLoRaWAN(LoRaWANT&& value) {
45 m_loRaWANHasBeenSet = true;
46 m_loRaWAN = std::forward<LoRaWANT>(value);
47 }
48 template <typename LoRaWANT = LoRaWANJoinEventNotificationConfigurations>
50 SetLoRaWAN(std::forward<LoRaWANT>(value));
51 return *this;
52 }
54
56
60 inline EventNotificationTopicStatus GetWirelessDeviceIdEventTopic() const { return m_wirelessDeviceIdEventTopic; }
61 inline bool WirelessDeviceIdEventTopicHasBeenSet() const { return m_wirelessDeviceIdEventTopicHasBeenSet; }
63 m_wirelessDeviceIdEventTopicHasBeenSet = true;
64 m_wirelessDeviceIdEventTopic = value;
65 }
68 return *this;
69 }
71 private:
73
75 bool m_loRaWANHasBeenSet = false;
76 bool m_wirelessDeviceIdEventTopicHasBeenSet = false;
77};
78
79} // namespace Model
80} // namespace IoTWireless
81} // 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