AWS SDK for C++

AWS SDK for C++ Version 1.11.788

Loading...
Searching...
No Matches
MessageDeliveryStatusEventConfiguration.h
1
6#pragma once
7#include <aws/iotwireless/IoTWireless_EXPORTS.h>
8#include <aws/iotwireless/model/EventNotificationTopicStatus.h>
9#include <aws/iotwireless/model/SidewalkEventNotificationConfigurations.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 MessageDeliveryStatusEventConfiguration() = default;
34 AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
38 inline const SidewalkEventNotificationConfigurations& GetSidewalk() const { return m_sidewalk; }
39 inline bool SidewalkHasBeenSet() const { return m_sidewalkHasBeenSet; }
40 template <typename SidewalkT = SidewalkEventNotificationConfigurations>
41 void SetSidewalk(SidewalkT&& value) {
42 m_sidewalkHasBeenSet = true;
43 m_sidewalk = std::forward<SidewalkT>(value);
44 }
45 template <typename SidewalkT = SidewalkEventNotificationConfigurations>
47 SetSidewalk(std::forward<SidewalkT>(value));
48 return *this;
49 }
51
53
57 inline EventNotificationTopicStatus GetWirelessDeviceIdEventTopic() const { return m_wirelessDeviceIdEventTopic; }
58 inline bool WirelessDeviceIdEventTopicHasBeenSet() const { return m_wirelessDeviceIdEventTopicHasBeenSet; }
60 m_wirelessDeviceIdEventTopicHasBeenSet = true;
61 m_wirelessDeviceIdEventTopic = value;
62 }
65 return *this;
66 }
68 private:
70
72 bool m_sidewalkHasBeenSet = false;
73 bool m_wirelessDeviceIdEventTopicHasBeenSet = false;
74};
75
76} // namespace Model
77} // namespace IoTWireless
78} // namespace Aws
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 & WithWirelessDeviceIdEventTopic(EventNotificationTopicStatus value)
MessageDeliveryStatusEventConfiguration & WithSidewalk(SidewalkT &&value)
Aws::Utils::Json::JsonValue JsonValue