AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
ConnectionStatusEventConfiguration.h
1
6#pragma once
7#include <aws/iotwireless/IoTWireless_EXPORTS.h>
8#include <aws/iotwireless/model/LoRaWANConnectionStatusEventNotificationConfigurations.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 ConnectionStatusEventConfiguration() = default;
39 AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
47 inline const LoRaWANConnectionStatusEventNotificationConfigurations& GetLoRaWAN() const { return m_loRaWAN; }
48 inline bool LoRaWANHasBeenSet() const { return m_loRaWANHasBeenSet; }
49 template<typename LoRaWANT = LoRaWANConnectionStatusEventNotificationConfigurations>
50 void SetLoRaWAN(LoRaWANT&& value) { m_loRaWANHasBeenSet = true; m_loRaWAN = std::forward<LoRaWANT>(value); }
51 template<typename LoRaWANT = LoRaWANConnectionStatusEventNotificationConfigurations>
52 ConnectionStatusEventConfiguration& WithLoRaWAN(LoRaWANT&& value) { SetLoRaWAN(std::forward<LoRaWANT>(value)); return *this;}
54
56
60 inline EventNotificationTopicStatus GetWirelessGatewayIdEventTopic() const { return m_wirelessGatewayIdEventTopic; }
61 inline bool WirelessGatewayIdEventTopicHasBeenSet() const { return m_wirelessGatewayIdEventTopicHasBeenSet; }
62 inline void SetWirelessGatewayIdEventTopic(EventNotificationTopicStatus value) { m_wirelessGatewayIdEventTopicHasBeenSet = true; m_wirelessGatewayIdEventTopic = value; }
65 private:
66
68 bool m_loRaWANHasBeenSet = false;
69
71 bool m_wirelessGatewayIdEventTopicHasBeenSet = false;
72 };
73
74} // namespace Model
75} // namespace IoTWireless
76} // namespace Aws
const LoRaWANConnectionStatusEventNotificationConfigurations & GetLoRaWAN() const
ConnectionStatusEventConfiguration & WithWirelessGatewayIdEventTopic(EventNotificationTopicStatus value)
AWS_IOTWIRELESS_API ConnectionStatusEventConfiguration()=default
AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const
ConnectionStatusEventConfiguration & WithLoRaWAN(LoRaWANT &&value)
AWS_IOTWIRELESS_API ConnectionStatusEventConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTWIRELESS_API ConnectionStatusEventConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue