AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
CheckpointConfigurationUpdate.h
1
6#pragma once
7#include <aws/kinesisanalyticsv2/KinesisAnalyticsV2_EXPORTS.h>
8#include <aws/kinesisanalyticsv2/model/ConfigurationType.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace KinesisAnalyticsV2
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_KINESISANALYTICSV2_API CheckpointConfigurationUpdate() = default;
36 AWS_KINESISANALYTICSV2_API CheckpointConfigurationUpdate(Aws::Utils::Json::JsonView jsonValue);
38 AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
53 inline ConfigurationType GetConfigurationTypeUpdate() const { return m_configurationTypeUpdate; }
54 inline bool ConfigurationTypeUpdateHasBeenSet() const { return m_configurationTypeUpdateHasBeenSet; }
55 inline void SetConfigurationTypeUpdate(ConfigurationType value) { m_configurationTypeUpdateHasBeenSet = true; m_configurationTypeUpdate = value; }
58
60
67 inline bool GetCheckpointingEnabledUpdate() const { return m_checkpointingEnabledUpdate; }
68 inline bool CheckpointingEnabledUpdateHasBeenSet() const { return m_checkpointingEnabledUpdateHasBeenSet; }
69 inline void SetCheckpointingEnabledUpdate(bool value) { m_checkpointingEnabledUpdateHasBeenSet = true; m_checkpointingEnabledUpdate = value; }
72
74
82 inline long long GetCheckpointIntervalUpdate() const { return m_checkpointIntervalUpdate; }
83 inline bool CheckpointIntervalUpdateHasBeenSet() const { return m_checkpointIntervalUpdateHasBeenSet; }
84 inline void SetCheckpointIntervalUpdate(long long value) { m_checkpointIntervalUpdateHasBeenSet = true; m_checkpointIntervalUpdate = value; }
87
89
97 inline long long GetMinPauseBetweenCheckpointsUpdate() const { return m_minPauseBetweenCheckpointsUpdate; }
98 inline bool MinPauseBetweenCheckpointsUpdateHasBeenSet() const { return m_minPauseBetweenCheckpointsUpdateHasBeenSet; }
99 inline void SetMinPauseBetweenCheckpointsUpdate(long long value) { m_minPauseBetweenCheckpointsUpdateHasBeenSet = true; m_minPauseBetweenCheckpointsUpdate = value; }
102 private:
103
104 ConfigurationType m_configurationTypeUpdate{ConfigurationType::NOT_SET};
105 bool m_configurationTypeUpdateHasBeenSet = false;
106
107 bool m_checkpointingEnabledUpdate{false};
108 bool m_checkpointingEnabledUpdateHasBeenSet = false;
109
110 long long m_checkpointIntervalUpdate{0};
111 bool m_checkpointIntervalUpdateHasBeenSet = false;
112
113 long long m_minPauseBetweenCheckpointsUpdate{0};
114 bool m_minPauseBetweenCheckpointsUpdateHasBeenSet = false;
115 };
116
117} // namespace Model
118} // namespace KinesisAnalyticsV2
119} // namespace Aws
AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const
CheckpointConfigurationUpdate & WithCheckpointIntervalUpdate(long long value)
AWS_KINESISANALYTICSV2_API CheckpointConfigurationUpdate(Aws::Utils::Json::JsonView jsonValue)
CheckpointConfigurationUpdate & WithMinPauseBetweenCheckpointsUpdate(long long value)
CheckpointConfigurationUpdate & WithCheckpointingEnabledUpdate(bool value)
AWS_KINESISANALYTICSV2_API CheckpointConfigurationUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
CheckpointConfigurationUpdate & WithConfigurationTypeUpdate(ConfigurationType value)
AWS_KINESISANALYTICSV2_API CheckpointConfigurationUpdate()=default
Aws::Utils::Json::JsonValue JsonValue