AWS SDK for C++

AWS SDK for C++ Version 1.11.788

Loading...
Searching...
No Matches
ProximityEventConfiguration.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 ProximityEventConfiguration() = default;
34 AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
41 inline const SidewalkEventNotificationConfigurations& GetSidewalk() const { return m_sidewalk; }
42 inline bool SidewalkHasBeenSet() const { return m_sidewalkHasBeenSet; }
43 template <typename SidewalkT = SidewalkEventNotificationConfigurations>
44 void SetSidewalk(SidewalkT&& value) {
45 m_sidewalkHasBeenSet = true;
46 m_sidewalk = std::forward<SidewalkT>(value);
47 }
48 template <typename SidewalkT = SidewalkEventNotificationConfigurations>
50 SetSidewalk(std::forward<SidewalkT>(value));
51 return *this;
52 }
54
56
60 inline EventNotificationTopicStatus GetWirelessDeviceIdEventTopic() const { return m_wirelessDeviceIdEventTopic; }
61 inline bool WirelessDeviceIdEventTopicHasBeenSet() const { return m_wirelessDeviceIdEventTopicHasBeenSet; }
63 m_wirelessDeviceIdEventTopicHasBeenSet = true;
64 m_wirelessDeviceIdEventTopic = value;
65 }
68 return *this;
69 }
71 private:
73
75 bool m_sidewalkHasBeenSet = false;
76 bool m_wirelessDeviceIdEventTopicHasBeenSet = false;
77};
78
79} // namespace Model
80} // namespace IoTWireless
81} // namespace Aws
void SetWirelessDeviceIdEventTopic(EventNotificationTopicStatus value)
AWS_IOTWIRELESS_API ProximityEventConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTWIRELESS_API ProximityEventConfiguration()=default
AWS_IOTWIRELESS_API ProximityEventConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
ProximityEventConfiguration & WithWirelessDeviceIdEventTopic(EventNotificationTopicStatus value)
AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const
const SidewalkEventNotificationConfigurations & GetSidewalk() const
ProximityEventConfiguration & WithSidewalk(SidewalkT &&value)
EventNotificationTopicStatus GetWirelessDeviceIdEventTopic() const
Aws::Utils::Json::JsonValue JsonValue