7#include <aws/firehose/Firehose_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/firehose/model/HECEndpointType.h>
10#include <aws/firehose/model/SplunkRetryOptions.h>
11#include <aws/firehose/model/SplunkS3BackupMode.h>
12#include <aws/firehose/model/S3DestinationConfiguration.h>
13#include <aws/firehose/model/ProcessingConfiguration.h>
14#include <aws/firehose/model/CloudWatchLoggingOptions.h>
15#include <aws/firehose/model/SplunkBufferingHints.h>
16#include <aws/firehose/model/SecretsManagerConfiguration.h>
56 template<
typename HECEndpo
intT = Aws::String>
57 void SetHECEndpoint(HECEndpointT&& value) { m_hECEndpointHasBeenSet =
true; m_hECEndpoint = std::forward<HECEndpointT>(value); }
58 template<
typename HECEndpo
intT = Aws::String>
79 template<
typename HECTokenT = Aws::String>
80 void SetHECToken(HECTokenT&& value) { m_hECTokenHasBeenSet =
true; m_hECToken = std::forward<HECTokenT>(value); }
81 template<
typename HECTokenT = Aws::String>
105 template<
typename RetryOptionsT = SplunkRetryOptions>
106 void SetRetryOptions(RetryOptionsT&& value) { m_retryOptionsHasBeenSet =
true; m_retryOptions = std::forward<RetryOptionsT>(value); }
107 template<
typename RetryOptionsT = SplunkRetryOptions>
134 template<
typename S3ConfigurationT = S3DestinationConfiguration>
135 void SetS3Configuration(S3ConfigurationT&& value) { m_s3ConfigurationHasBeenSet =
true; m_s3Configuration = std::forward<S3ConfigurationT>(value); }
136 template<
typename S3ConfigurationT = S3DestinationConfiguration>
146 template<
typename ProcessingConfigurationT = ProcessingConfiguration>
147 void SetProcessingConfiguration(ProcessingConfigurationT&& value) { m_processingConfigurationHasBeenSet =
true; m_processingConfiguration = std::forward<ProcessingConfigurationT>(value); }
148 template<
typename ProcessingConfigurationT = ProcessingConfiguration>
158 template<
typename CloudWatchLoggingOptionsT = CloudWatchLoggingOptions>
159 void SetCloudWatchLoggingOptions(CloudWatchLoggingOptionsT&& value) { m_cloudWatchLoggingOptionsHasBeenSet =
true; m_cloudWatchLoggingOptions = std::forward<CloudWatchLoggingOptionsT>(value); }
160 template<
typename CloudWatchLoggingOptionsT = CloudWatchLoggingOptions>
171 template<
typename BufferingH
intsT = SplunkBufferingH
ints>
172 void SetBufferingHints(BufferingHintsT&& value) { m_bufferingHintsHasBeenSet =
true; m_bufferingHints = std::forward<BufferingHintsT>(value); }
173 template<
typename BufferingH
intsT = SplunkBufferingH
ints>
183 template<
typename SecretsManagerConfigurationT = SecretsManagerConfiguration>
184 void SetSecretsManagerConfiguration(SecretsManagerConfigurationT&& value) { m_secretsManagerConfigurationHasBeenSet =
true; m_secretsManagerConfiguration = std::forward<SecretsManagerConfigurationT>(value); }
185 template<
typename SecretsManagerConfigurationT = SecretsManagerConfiguration>
191 bool m_hECEndpointHasBeenSet =
false;
194 bool m_hECEndpointTypeHasBeenSet =
false;
197 bool m_hECTokenHasBeenSet =
false;
199 int m_hECAcknowledgmentTimeoutInSeconds{0};
200 bool m_hECAcknowledgmentTimeoutInSecondsHasBeenSet =
false;
202 SplunkRetryOptions m_retryOptions;
203 bool m_retryOptionsHasBeenSet =
false;
206 bool m_s3BackupModeHasBeenSet =
false;
208 S3DestinationConfiguration m_s3Configuration;
209 bool m_s3ConfigurationHasBeenSet =
false;
211 ProcessingConfiguration m_processingConfiguration;
212 bool m_processingConfigurationHasBeenSet =
false;
214 CloudWatchLoggingOptions m_cloudWatchLoggingOptions;
215 bool m_cloudWatchLoggingOptionsHasBeenSet =
false;
217 SplunkBufferingHints m_bufferingHints;
218 bool m_bufferingHintsHasBeenSet =
false;
220 SecretsManagerConfiguration m_secretsManagerConfiguration;
221 bool m_secretsManagerConfigurationHasBeenSet =
false;
AWS_FIREHOSE_API SplunkDestinationConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
SplunkDestinationConfiguration & WithProcessingConfiguration(ProcessingConfigurationT &&value)
const S3DestinationConfiguration & GetS3Configuration() const
SplunkDestinationConfiguration & WithSecretsManagerConfiguration(SecretsManagerConfigurationT &&value)
SplunkDestinationConfiguration & WithHECToken(HECTokenT &&value)
int GetHECAcknowledgmentTimeoutInSeconds() const
bool CloudWatchLoggingOptionsHasBeenSet() const
const SplunkRetryOptions & GetRetryOptions() const
void SetHECEndpointType(HECEndpointType value)
bool HECEndpointHasBeenSet() const
bool HECEndpointTypeHasBeenSet() const
void SetHECToken(HECTokenT &&value)
SplunkS3BackupMode GetS3BackupMode() const
SplunkDestinationConfiguration & WithS3BackupMode(SplunkS3BackupMode value)
bool BufferingHintsHasBeenSet() const
void SetCloudWatchLoggingOptions(CloudWatchLoggingOptionsT &&value)
void SetSecretsManagerConfiguration(SecretsManagerConfigurationT &&value)
bool RetryOptionsHasBeenSet() const
const SecretsManagerConfiguration & GetSecretsManagerConfiguration() const
bool ProcessingConfigurationHasBeenSet() const
void SetS3Configuration(S3ConfigurationT &&value)
bool HECAcknowledgmentTimeoutInSecondsHasBeenSet() const
HECEndpointType GetHECEndpointType() const
AWS_FIREHOSE_API SplunkDestinationConfiguration()=default
void SetBufferingHints(BufferingHintsT &&value)
void SetHECEndpoint(HECEndpointT &&value)
void SetProcessingConfiguration(ProcessingConfigurationT &&value)
const ProcessingConfiguration & GetProcessingConfiguration() const
void SetRetryOptions(RetryOptionsT &&value)
bool S3BackupModeHasBeenSet() const
void SetHECAcknowledgmentTimeoutInSeconds(int value)
const Aws::String & GetHECEndpoint() const
SplunkDestinationConfiguration & WithCloudWatchLoggingOptions(CloudWatchLoggingOptionsT &&value)
bool S3ConfigurationHasBeenSet() const
const CloudWatchLoggingOptions & GetCloudWatchLoggingOptions() const
SplunkDestinationConfiguration & WithBufferingHints(BufferingHintsT &&value)
const Aws::String & GetHECToken() const
AWS_FIREHOSE_API Aws::Utils::Json::JsonValue Jsonize() const
SplunkDestinationConfiguration & WithRetryOptions(RetryOptionsT &&value)
SplunkDestinationConfiguration & WithHECEndpoint(HECEndpointT &&value)
bool HECTokenHasBeenSet() const
SplunkDestinationConfiguration & WithS3Configuration(S3ConfigurationT &&value)
SplunkDestinationConfiguration & WithHECEndpointType(HECEndpointType value)
bool SecretsManagerConfigurationHasBeenSet() const
SplunkDestinationConfiguration & WithHECAcknowledgmentTimeoutInSeconds(int value)
AWS_FIREHOSE_API SplunkDestinationConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetS3BackupMode(SplunkS3BackupMode value)
const SplunkBufferingHints & GetBufferingHints() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue