AWS SDK for C++

AWS SDK for C++ Version 1.11.788

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