7#include <aws/kinesisanalyticsv2/KinesisAnalyticsV2_EXPORTS.h>
8#include <aws/kinesisanalyticsv2/model/ConfigurationType.h>
21namespace KinesisAnalyticsV2
75 inline void SetCheckpointingEnabled(
bool value) { m_checkpointingEnabledHasBeenSet =
true; m_checkpointingEnabled = value; }
89 inline void SetCheckpointInterval(
long long value) { m_checkpointIntervalHasBeenSet =
true; m_checkpointInterval = value; }
116 bool m_configurationTypeHasBeenSet =
false;
118 bool m_checkpointingEnabled{
false};
119 bool m_checkpointingEnabledHasBeenSet =
false;
121 long long m_checkpointInterval{0};
122 bool m_checkpointIntervalHasBeenSet =
false;
124 long long m_minPauseBetweenCheckpoints{0};
125 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