AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
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 const ConfigurationType& GetConfigurationTypeUpdate() const{ return m_configurationTypeUpdate; }
54 inline bool ConfigurationTypeUpdateHasBeenSet() const { return m_configurationTypeUpdateHasBeenSet; }
55 inline void SetConfigurationTypeUpdate(const ConfigurationType& value) { m_configurationTypeUpdateHasBeenSet = true; m_configurationTypeUpdate = value; }
56 inline void SetConfigurationTypeUpdate(ConfigurationType&& value) { m_configurationTypeUpdateHasBeenSet = true; m_configurationTypeUpdate = std::move(value); }
60
62
69 inline bool GetCheckpointingEnabledUpdate() const{ return m_checkpointingEnabledUpdate; }
70 inline bool CheckpointingEnabledUpdateHasBeenSet() const { return m_checkpointingEnabledUpdateHasBeenSet; }
71 inline void SetCheckpointingEnabledUpdate(bool value) { m_checkpointingEnabledUpdateHasBeenSet = true; m_checkpointingEnabledUpdate = value; }
74
76
84 inline long long GetCheckpointIntervalUpdate() const{ return m_checkpointIntervalUpdate; }
85 inline bool CheckpointIntervalUpdateHasBeenSet() const { return m_checkpointIntervalUpdateHasBeenSet; }
86 inline void SetCheckpointIntervalUpdate(long long value) { m_checkpointIntervalUpdateHasBeenSet = true; m_checkpointIntervalUpdate = value; }
89
91
99 inline long long GetMinPauseBetweenCheckpointsUpdate() const{ return m_minPauseBetweenCheckpointsUpdate; }
100 inline bool MinPauseBetweenCheckpointsUpdateHasBeenSet() const { return m_minPauseBetweenCheckpointsUpdateHasBeenSet; }
101 inline void SetMinPauseBetweenCheckpointsUpdate(long long value) { m_minPauseBetweenCheckpointsUpdateHasBeenSet = true; m_minPauseBetweenCheckpointsUpdate = value; }
104 private:
105
106 ConfigurationType m_configurationTypeUpdate;
107 bool m_configurationTypeUpdateHasBeenSet = false;
108
109 bool m_checkpointingEnabledUpdate;
110 bool m_checkpointingEnabledUpdateHasBeenSet = false;
111
112 long long m_checkpointIntervalUpdate;
113 bool m_checkpointIntervalUpdateHasBeenSet = false;
114
115 long long m_minPauseBetweenCheckpointsUpdate;
116 bool m_minPauseBetweenCheckpointsUpdateHasBeenSet = false;
117 };
118
119} // namespace Model
120} // namespace KinesisAnalyticsV2
121} // 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 & WithConfigurationTypeUpdate(ConfigurationType &&value)
CheckpointConfigurationUpdate & WithMinPauseBetweenCheckpointsUpdate(long long value)
CheckpointConfigurationUpdate & WithCheckpointingEnabledUpdate(bool value)
AWS_KINESISANALYTICSV2_API CheckpointConfigurationUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
CheckpointConfigurationUpdate & WithConfigurationTypeUpdate(const ConfigurationType &value)
Aws::Utils::Json::JsonValue JsonValue