AWS SDK for C++

AWS SDK for C++ Version 1.11.788

Loading...
Searching...
No Matches
SidewalkEventNotificationConfigurations.h
1
6#pragma once
7#include <aws/iotwireless/IoTWireless_EXPORTS.h>
8#include <aws/iotwireless/model/EventNotificationTopicStatus.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace IoTWireless {
20namespace Model {
21
30 public:
31 AWS_IOTWIRELESS_API SidewalkEventNotificationConfigurations() = default;
34 AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
40 inline EventNotificationTopicStatus GetAmazonIdEventTopic() const { return m_amazonIdEventTopic; }
41 inline bool AmazonIdEventTopicHasBeenSet() const { return m_amazonIdEventTopicHasBeenSet; }
43 m_amazonIdEventTopicHasBeenSet = true;
44 m_amazonIdEventTopic = value;
45 }
48 return *this;
49 }
51 private:
53 bool m_amazonIdEventTopicHasBeenSet = false;
54};
55
56} // namespace Model
57} // namespace IoTWireless
58} // namespace Aws
AWS_IOTWIRELESS_API SidewalkEventNotificationConfigurations & operator=(Aws::Utils::Json::JsonView jsonValue)
SidewalkEventNotificationConfigurations & WithAmazonIdEventTopic(EventNotificationTopicStatus value)
AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IOTWIRELESS_API SidewalkEventNotificationConfigurations(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue