AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
CheckpointConfigurationDescription.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 CheckpointConfigurationDescription();
38 AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
51 inline const ConfigurationType& GetConfigurationType() const{ return m_configurationType; }
52 inline bool ConfigurationTypeHasBeenSet() const { return m_configurationTypeHasBeenSet; }
53 inline void SetConfigurationType(const ConfigurationType& value) { m_configurationTypeHasBeenSet = true; m_configurationType = value; }
54 inline void SetConfigurationType(ConfigurationType&& value) { m_configurationTypeHasBeenSet = true; m_configurationType = std::move(value); }
58
60
68 inline bool GetCheckpointingEnabled() const{ return m_checkpointingEnabled; }
69 inline bool CheckpointingEnabledHasBeenSet() const { return m_checkpointingEnabledHasBeenSet; }
70 inline void SetCheckpointingEnabled(bool value) { m_checkpointingEnabledHasBeenSet = true; m_checkpointingEnabled = value; }
73
75
82 inline long long GetCheckpointInterval() const{ return m_checkpointInterval; }
83 inline bool CheckpointIntervalHasBeenSet() const { return m_checkpointIntervalHasBeenSet; }
84 inline void SetCheckpointInterval(long long value) { m_checkpointIntervalHasBeenSet = true; m_checkpointInterval = value; }
87
89
97 inline long long GetMinPauseBetweenCheckpoints() const{ return m_minPauseBetweenCheckpoints; }
98 inline bool MinPauseBetweenCheckpointsHasBeenSet() const { return m_minPauseBetweenCheckpointsHasBeenSet; }
99 inline void SetMinPauseBetweenCheckpoints(long long value) { m_minPauseBetweenCheckpointsHasBeenSet = true; m_minPauseBetweenCheckpoints = value; }
102 private:
103
104 ConfigurationType m_configurationType;
105 bool m_configurationTypeHasBeenSet = false;
106
107 bool m_checkpointingEnabled;
108 bool m_checkpointingEnabledHasBeenSet = false;
109
110 long long m_checkpointInterval;
111 bool m_checkpointIntervalHasBeenSet = false;
112
113 long long m_minPauseBetweenCheckpoints;
114 bool m_minPauseBetweenCheckpointsHasBeenSet = false;
115 };
116
117} // namespace Model
118} // namespace KinesisAnalyticsV2
119} // namespace Aws
CheckpointConfigurationDescription & WithMinPauseBetweenCheckpoints(long long value)
AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const
CheckpointConfigurationDescription & WithConfigurationType(ConfigurationType &&value)
AWS_KINESISANALYTICSV2_API CheckpointConfigurationDescription(Aws::Utils::Json::JsonView jsonValue)
CheckpointConfigurationDescription & WithCheckpointInterval(long long value)
AWS_KINESISANALYTICSV2_API CheckpointConfigurationDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
CheckpointConfigurationDescription & WithConfigurationType(const ConfigurationType &value)
Aws::Utils::Json::JsonValue JsonValue