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