AWS SDK for C++

AWS SDK for C++ Version 1.11.754

Loading...
Searching...
No Matches
ApplicationSnapshotConfigurationUpdate.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 ApplicationSnapshotConfigurationUpdate() = default;
30 AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const;
31
33
36 inline bool GetSnapshotsEnabledUpdate() const { return m_snapshotsEnabledUpdate; }
37 inline bool SnapshotsEnabledUpdateHasBeenSet() const { return m_snapshotsEnabledUpdateHasBeenSet; }
38 inline void SetSnapshotsEnabledUpdate(bool value) {
39 m_snapshotsEnabledUpdateHasBeenSet = true;
40 m_snapshotsEnabledUpdate = value;
41 }
44 return *this;
45 }
47 private:
48 bool m_snapshotsEnabledUpdate{false};
49 bool m_snapshotsEnabledUpdateHasBeenSet = false;
50};
51
52} // namespace Model
53} // namespace KinesisAnalyticsV2
54} // namespace Aws
AWS_KINESISANALYTICSV2_API ApplicationSnapshotConfigurationUpdate(Aws::Utils::Json::JsonView jsonValue)
AWS_KINESISANALYTICSV2_API ApplicationSnapshotConfigurationUpdate()=default
AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_KINESISANALYTICSV2_API ApplicationSnapshotConfigurationUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue