7#include <aws/firehose/Firehose_EXPORTS.h>
8#include <aws/firehose/model/RetryOptions.h>
50 template<
typename RetryOptionsT = RetryOptions>
51 void SetRetryOptions(RetryOptionsT&& value) { m_retryOptionsHasBeenSet =
true; m_retryOptions = std::forward<RetryOptionsT>(value); }
52 template<
typename RetryOptionsT = RetryOptions>
63 inline void SetEnabled(
bool value) { m_enabledHasBeenSet =
true; m_enabled = value; }
69 bool m_retryOptionsHasBeenSet =
false;
71 bool m_enabled{
false};
72 bool m_enabledHasBeenSet =
false;
const RetryOptions & GetRetryOptions() const
void SetRetryOptions(RetryOptionsT &&value)
bool EnabledHasBeenSet() const
bool RetryOptionsHasBeenSet() const
DynamicPartitioningConfiguration & WithEnabled(bool value)
DynamicPartitioningConfiguration & WithRetryOptions(RetryOptionsT &&value)
AWS_FIREHOSE_API DynamicPartitioningConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_FIREHOSE_API DynamicPartitioningConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_FIREHOSE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetEnabled(bool value)
AWS_FIREHOSE_API DynamicPartitioningConfiguration()=default
Aws::Utils::Json::JsonValue JsonValue