AWS SDK for C++

AWS SDK for C++ Version 1.11.717

Loading...
Searching...
No Matches
AcknowledgeFlow.h
1
6#pragma once
7#include <aws/iotevents/IoTEvents_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace IoTEvents {
17namespace Model {
18
26 public:
27 AWS_IOTEVENTS_API AcknowledgeFlow() = default;
28 AWS_IOTEVENTS_API AcknowledgeFlow(Aws::Utils::Json::JsonView jsonValue);
30 AWS_IOTEVENTS_API Aws::Utils::Json::JsonValue Jsonize() const;
31
33
41 inline bool GetEnabled() const { return m_enabled; }
42 inline bool EnabledHasBeenSet() const { return m_enabledHasBeenSet; }
43 inline void SetEnabled(bool value) {
44 m_enabledHasBeenSet = true;
45 m_enabled = value;
46 }
47 inline AcknowledgeFlow& WithEnabled(bool value) {
48 SetEnabled(value);
49 return *this;
50 }
52 private:
53 bool m_enabled{false};
54 bool m_enabledHasBeenSet = false;
55};
56
57} // namespace Model
58} // namespace IoTEvents
59} // namespace Aws
AcknowledgeFlow & WithEnabled(bool value)
AWS_IOTEVENTS_API AcknowledgeFlow & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTEVENTS_API AcknowledgeFlow()=default
AWS_IOTEVENTS_API AcknowledgeFlow(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTEVENTS_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue