AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
MessageDeliveryStatusEventConfiguration.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:
39 AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
44 inline const SidewalkEventNotificationConfigurations& GetSidewalk() const{ return m_sidewalk; }
45 inline bool SidewalkHasBeenSet() const { return m_sidewalkHasBeenSet; }
46 inline void SetSidewalk(const SidewalkEventNotificationConfigurations& value) { m_sidewalkHasBeenSet = true; m_sidewalk = value; }
47 inline void SetSidewalk(SidewalkEventNotificationConfigurations&& value) { m_sidewalkHasBeenSet = true; m_sidewalk = std::move(value); }
51
53
57 inline const EventNotificationTopicStatus& GetWirelessDeviceIdEventTopic() const{ return m_wirelessDeviceIdEventTopic; }
58 inline bool WirelessDeviceIdEventTopicHasBeenSet() const { return m_wirelessDeviceIdEventTopicHasBeenSet; }
59 inline void SetWirelessDeviceIdEventTopic(const EventNotificationTopicStatus& value) { m_wirelessDeviceIdEventTopicHasBeenSet = true; m_wirelessDeviceIdEventTopic = value; }
60 inline void SetWirelessDeviceIdEventTopic(EventNotificationTopicStatus&& value) { m_wirelessDeviceIdEventTopicHasBeenSet = true; m_wirelessDeviceIdEventTopic = std::move(value); }
64 private:
65
67 bool m_sidewalkHasBeenSet = false;
68
69 EventNotificationTopicStatus m_wirelessDeviceIdEventTopic;
70 bool m_wirelessDeviceIdEventTopicHasBeenSet = false;
71 };
72
73} // namespace Model
74} // namespace IoTWireless
75} // namespace Aws
MessageDeliveryStatusEventConfiguration & WithSidewalk(const SidewalkEventNotificationConfigurations &value)
MessageDeliveryStatusEventConfiguration & WithWirelessDeviceIdEventTopic(EventNotificationTopicStatus &&value)
MessageDeliveryStatusEventConfiguration & WithWirelessDeviceIdEventTopic(const EventNotificationTopicStatus &value)
void SetSidewalk(const SidewalkEventNotificationConfigurations &value)
AWS_IOTWIRELESS_API MessageDeliveryStatusEventConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IOTWIRELESS_API MessageDeliveryStatusEventConfiguration(Aws::Utils::Json::JsonView jsonValue)
MessageDeliveryStatusEventConfiguration & WithSidewalk(SidewalkEventNotificationConfigurations &&value)
Aws::Utils::Json::JsonValue JsonValue