7#include <aws/kinesisanalyticsv2/KinesisAnalyticsV2_EXPORTS.h>
8#include <aws/kinesisanalyticsv2/model/ConfigurationType.h>
21namespace KinesisAnalyticsV2
68 inline void SetCheckpointingEnabled(
bool value) { m_checkpointingEnabledHasBeenSet =
true; m_checkpointingEnabled = value; }
82 inline void SetCheckpointInterval(
long long value) { m_checkpointIntervalHasBeenSet =
true; m_checkpointInterval = value; }
103 bool m_configurationTypeHasBeenSet =
false;
105 bool m_checkpointingEnabled{
false};
106 bool m_checkpointingEnabledHasBeenSet =
false;
108 long long m_checkpointInterval{0};
109 bool m_checkpointIntervalHasBeenSet =
false;
111 long long m_minPauseBetweenCheckpoints{0};
112 bool m_minPauseBetweenCheckpointsHasBeenSet =
false;
void SetCheckpointingEnabled(bool value)
bool ConfigurationTypeHasBeenSet() const
bool CheckpointingEnabledHasBeenSet() const
CheckpointConfigurationDescription & WithConfigurationType(ConfigurationType value)
void SetCheckpointInterval(long long value)
CheckpointConfigurationDescription & WithMinPauseBetweenCheckpoints(long long value)
AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetMinPauseBetweenCheckpoints(long long value)
AWS_KINESISANALYTICSV2_API CheckpointConfigurationDescription()=default
long long GetMinPauseBetweenCheckpoints() const
ConfigurationType GetConfigurationType() const
long long GetCheckpointInterval() const
CheckpointConfigurationDescription & WithCheckpointingEnabled(bool value)
AWS_KINESISANALYTICSV2_API CheckpointConfigurationDescription(Aws::Utils::Json::JsonView jsonValue)
CheckpointConfigurationDescription & WithCheckpointInterval(long long value)
bool MinPauseBetweenCheckpointsHasBeenSet() const
bool GetCheckpointingEnabled() const
void SetConfigurationType(ConfigurationType value)
AWS_KINESISANALYTICSV2_API CheckpointConfigurationDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
bool CheckpointIntervalHasBeenSet() const
Aws::Utils::Json::JsonValue JsonValue