AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
AcknowledgeFlow.h
1
6#pragma once
7#include <aws/iotevents/IoTEvents_EXPORTS.h>
8
9namespace Aws
10{
11namespace Utils
12{
13namespace Json
14{
15 class JsonValue;
16 class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace IoTEvents
20{
21namespace Model
22{
23
31 {
32 public:
33 AWS_IOTEVENTS_API AcknowledgeFlow();
34 AWS_IOTEVENTS_API AcknowledgeFlow(Aws::Utils::Json::JsonView jsonValue);
36 AWS_IOTEVENTS_API Aws::Utils::Json::JsonValue Jsonize() const;
37
38
40
48 inline bool GetEnabled() const{ return m_enabled; }
49 inline bool EnabledHasBeenSet() const { return m_enabledHasBeenSet; }
50 inline void SetEnabled(bool value) { m_enabledHasBeenSet = true; m_enabled = value; }
51 inline AcknowledgeFlow& WithEnabled(bool value) { SetEnabled(value); return *this;}
53 private:
54
55 bool m_enabled;
56 bool m_enabledHasBeenSet = false;
57 };
58
59} // namespace Model
60} // namespace IoTEvents
61} // namespace Aws
AcknowledgeFlow & WithEnabled(bool value)
AWS_IOTEVENTS_API AcknowledgeFlow & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTEVENTS_API AcknowledgeFlow(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTEVENTS_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue