7#include <aws/kinesisanalyticsv2/KinesisAnalyticsV2_EXPORTS.h>
8#include <aws/kinesisanalyticsv2/model/ConfigurationType.h>
19namespace KinesisAnalyticsV2 {
55 m_configurationTypeHasBeenSet =
true;
56 m_configurationType = value;
76 m_checkpointingEnabledHasBeenSet =
true;
77 m_checkpointingEnabled = value;
96 m_checkpointIntervalHasBeenSet =
true;
97 m_checkpointInterval = value;
123 m_minPauseBetweenCheckpointsHasBeenSet =
true;
124 m_minPauseBetweenCheckpoints = value;
134 bool m_checkpointingEnabled{
false};
136 long long m_checkpointInterval{0};
138 long long m_minPauseBetweenCheckpoints{0};
139 bool m_configurationTypeHasBeenSet =
false;
140 bool m_checkpointingEnabledHasBeenSet =
false;
141 bool m_checkpointIntervalHasBeenSet =
false;
142 bool m_minPauseBetweenCheckpointsHasBeenSet =
false;
AWS_KINESISANALYTICSV2_API CheckpointConfiguration(Aws::Utils::Json::JsonView jsonValue)
CheckpointConfiguration & WithCheckpointInterval(long long value)
void SetCheckpointingEnabled(bool value)
bool CheckpointingEnabledHasBeenSet() const
long long GetMinPauseBetweenCheckpoints() const
AWS_KINESISANALYTICSV2_API CheckpointConfiguration()=default
bool GetCheckpointingEnabled() const
long long GetCheckpointInterval() const
bool ConfigurationTypeHasBeenSet() const
ConfigurationType GetConfigurationType() const
CheckpointConfiguration & WithMinPauseBetweenCheckpoints(long long value)
bool MinPauseBetweenCheckpointsHasBeenSet() const
AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const
CheckpointConfiguration & WithCheckpointingEnabled(bool value)
void SetCheckpointInterval(long long value)
void SetMinPauseBetweenCheckpoints(long long value)
AWS_KINESISANALYTICSV2_API CheckpointConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
bool CheckpointIntervalHasBeenSet() const
CheckpointConfiguration & WithConfigurationType(ConfigurationType value)
void SetConfigurationType(ConfigurationType value)
Aws::Utils::Json::JsonValue JsonValue