AWS SDK for C++

AWS SDK for C++ Version 1.11.748

Loading...
Searching...
No Matches
ApplicationSystemRollbackConfiguration.h
1
6#pragma once
7#include <aws/kinesisanalyticsv2/KinesisAnalyticsV2_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace KinesisAnalyticsV2 {
17namespace Model {
18
26 public:
27 AWS_KINESISANALYTICSV2_API ApplicationSystemRollbackConfiguration() = default;
30 AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const;
31
33
37 inline bool GetRollbackEnabled() const { return m_rollbackEnabled; }
38 inline bool RollbackEnabledHasBeenSet() const { return m_rollbackEnabledHasBeenSet; }
39 inline void SetRollbackEnabled(bool value) {
40 m_rollbackEnabledHasBeenSet = true;
41 m_rollbackEnabled = value;
42 }
44 SetRollbackEnabled(value);
45 return *this;
46 }
48 private:
49 bool m_rollbackEnabled{false};
50 bool m_rollbackEnabledHasBeenSet = false;
51};
52
53} // namespace Model
54} // namespace KinesisAnalyticsV2
55} // namespace Aws
AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_KINESISANALYTICSV2_API ApplicationSystemRollbackConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_KINESISANALYTICSV2_API ApplicationSystemRollbackConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_KINESISANALYTICSV2_API ApplicationSystemRollbackConfiguration()=default
Aws::Utils::Json::JsonValue JsonValue