AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
DeviceRegistrationStateEventConfiguration.h
1
6#pragma once
7#include <aws/iotwireless/IoTWireless_EXPORTS.h>
8#include <aws/iotwireless/model/SidewalkEventNotificationConfigurations.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 DeviceRegistrationStateEventConfiguration() = default;
39 AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
47 inline const SidewalkEventNotificationConfigurations& GetSidewalk() const { return m_sidewalk; }
48 inline bool SidewalkHasBeenSet() const { return m_sidewalkHasBeenSet; }
49 template<typename SidewalkT = SidewalkEventNotificationConfigurations>
50 void SetSidewalk(SidewalkT&& value) { m_sidewalkHasBeenSet = true; m_sidewalk = std::forward<SidewalkT>(value); }
51 template<typename SidewalkT = SidewalkEventNotificationConfigurations>
52 DeviceRegistrationStateEventConfiguration& WithSidewalk(SidewalkT&& value) { SetSidewalk(std::forward<SidewalkT>(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_sidewalkHasBeenSet = false;
69
71 bool m_wirelessDeviceIdEventTopicHasBeenSet = false;
72 };
73
74} // namespace Model
75} // namespace IoTWireless
76} // namespace Aws
AWS_IOTWIRELESS_API DeviceRegistrationStateEventConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTWIRELESS_API DeviceRegistrationStateEventConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const
DeviceRegistrationStateEventConfiguration & WithSidewalk(SidewalkT &&value)
DeviceRegistrationStateEventConfiguration & WithWirelessDeviceIdEventTopic(EventNotificationTopicStatus value)
Aws::Utils::Json::JsonValue JsonValue