7#include <aws/firehose/Firehose_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/firehose/model/ElasticsearchIndexRotationPeriod.h>
10#include <aws/firehose/model/ElasticsearchBufferingHints.h>
11#include <aws/firehose/model/ElasticsearchRetryOptions.h>
12#include <aws/firehose/model/ElasticsearchS3BackupMode.h>
13#include <aws/firehose/model/S3DestinationConfiguration.h>
14#include <aws/firehose/model/ProcessingConfiguration.h>
15#include <aws/firehose/model/CloudWatchLoggingOptions.h>
16#include <aws/firehose/model/VpcConfiguration.h>
17#include <aws/firehose/model/DocumentIdOptions.h>
62 template<
typename RoleARNT = Aws::String>
63 void SetRoleARN(RoleARNT&& value) { m_roleARNHasBeenSet =
true; m_roleARN = std::forward<RoleARNT>(value); }
64 template<
typename RoleARNT = Aws::String>
80 template<
typename DomainARNT = Aws::String>
81 void SetDomainARN(DomainARNT&& value) { m_domainARNHasBeenSet =
true; m_domainARN = std::forward<DomainARNT>(value); }
82 template<
typename DomainARNT = Aws::String>
93 template<
typename ClusterEndpo
intT = Aws::String>
94 void SetClusterEndpoint(ClusterEndpointT&& value) { m_clusterEndpointHasBeenSet =
true; m_clusterEndpoint = std::forward<ClusterEndpointT>(value); }
95 template<
typename ClusterEndpo
intT = Aws::String>
105 template<
typename IndexNameT = Aws::String>
106 void SetIndexName(IndexNameT&& value) { m_indexNameHasBeenSet =
true; m_indexName = std::forward<IndexNameT>(value); }
107 template<
typename IndexNameT = Aws::String>
120 template<
typename TypeNameT = Aws::String>
121 void SetTypeName(TypeNameT&& value) { m_typeNameHasBeenSet =
true; m_typeName = std::forward<TypeNameT>(value); }
122 template<
typename TypeNameT = Aws::String>
148 template<
typename BufferingH
intsT = ElasticsearchBufferingH
ints>
149 void SetBufferingHints(BufferingHintsT&& value) { m_bufferingHintsHasBeenSet =
true; m_bufferingHints = std::forward<BufferingHintsT>(value); }
150 template<
typename BufferingH
intsT = ElasticsearchBufferingH
ints>
161 template<
typename RetryOptionsT = ElasticsearchRetryOptions>
162 void SetRetryOptions(RetryOptionsT&& value) { m_retryOptionsHasBeenSet =
true; m_retryOptions = std::forward<RetryOptionsT>(value); }
163 template<
typename RetryOptionsT = ElasticsearchRetryOptions>
194 template<
typename S3ConfigurationT = S3DestinationConfiguration>
195 void SetS3Configuration(S3ConfigurationT&& value) { m_s3ConfigurationHasBeenSet =
true; m_s3Configuration = std::forward<S3ConfigurationT>(value); }
196 template<
typename S3ConfigurationT = S3DestinationConfiguration>
206 template<
typename ProcessingConfigurationT = ProcessingConfiguration>
207 void SetProcessingConfiguration(ProcessingConfigurationT&& value) { m_processingConfigurationHasBeenSet =
true; m_processingConfiguration = std::forward<ProcessingConfigurationT>(value); }
208 template<
typename ProcessingConfigurationT = ProcessingConfiguration>
218 template<
typename CloudWatchLoggingOptionsT = CloudWatchLoggingOptions>
219 void SetCloudWatchLoggingOptions(CloudWatchLoggingOptionsT&& value) { m_cloudWatchLoggingOptionsHasBeenSet =
true; m_cloudWatchLoggingOptions = std::forward<CloudWatchLoggingOptionsT>(value); }
220 template<
typename CloudWatchLoggingOptionsT = CloudWatchLoggingOptions>
230 template<
typename VpcConfigurationT = VpcConfiguration>
231 void SetVpcConfiguration(VpcConfigurationT&& value) { m_vpcConfigurationHasBeenSet =
true; m_vpcConfiguration = std::forward<VpcConfigurationT>(value); }
232 template<
typename VpcConfigurationT = VpcConfiguration>
243 template<
typename DocumentIdOptionsT = DocumentIdOptions>
244 void SetDocumentIdOptions(DocumentIdOptionsT&& value) { m_documentIdOptionsHasBeenSet =
true; m_documentIdOptions = std::forward<DocumentIdOptionsT>(value); }
245 template<
typename DocumentIdOptionsT = DocumentIdOptions>
251 bool m_roleARNHasBeenSet =
false;
254 bool m_domainARNHasBeenSet =
false;
257 bool m_clusterEndpointHasBeenSet =
false;
260 bool m_indexNameHasBeenSet =
false;
263 bool m_typeNameHasBeenSet =
false;
266 bool m_indexRotationPeriodHasBeenSet =
false;
268 ElasticsearchBufferingHints m_bufferingHints;
269 bool m_bufferingHintsHasBeenSet =
false;
271 ElasticsearchRetryOptions m_retryOptions;
272 bool m_retryOptionsHasBeenSet =
false;
275 bool m_s3BackupModeHasBeenSet =
false;
277 S3DestinationConfiguration m_s3Configuration;
278 bool m_s3ConfigurationHasBeenSet =
false;
280 ProcessingConfiguration m_processingConfiguration;
281 bool m_processingConfigurationHasBeenSet =
false;
283 CloudWatchLoggingOptions m_cloudWatchLoggingOptions;
284 bool m_cloudWatchLoggingOptionsHasBeenSet =
false;
286 VpcConfiguration m_vpcConfiguration;
287 bool m_vpcConfigurationHasBeenSet =
false;
289 DocumentIdOptions m_documentIdOptions;
290 bool m_documentIdOptionsHasBeenSet =
false;
const VpcConfiguration & GetVpcConfiguration() const
const Aws::String & GetRoleARN() const
const ElasticsearchBufferingHints & GetBufferingHints() const
AWS_FIREHOSE_API ElasticsearchDestinationConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
bool S3ConfigurationHasBeenSet() const
void SetS3Configuration(S3ConfigurationT &&value)
void SetCloudWatchLoggingOptions(CloudWatchLoggingOptionsT &&value)
const ProcessingConfiguration & GetProcessingConfiguration() const
void SetBufferingHints(BufferingHintsT &&value)
ElasticsearchS3BackupMode GetS3BackupMode() const
void SetTypeName(TypeNameT &&value)
ElasticsearchDestinationConfiguration & WithIndexName(IndexNameT &&value)
bool CloudWatchLoggingOptionsHasBeenSet() const
bool RetryOptionsHasBeenSet() const
ElasticsearchDestinationConfiguration & WithS3BackupMode(ElasticsearchS3BackupMode value)
ElasticsearchDestinationConfiguration & WithProcessingConfiguration(ProcessingConfigurationT &&value)
void SetDomainARN(DomainARNT &&value)
ElasticsearchDestinationConfiguration & WithClusterEndpoint(ClusterEndpointT &&value)
bool IndexNameHasBeenSet() const
ElasticsearchDestinationConfiguration & WithCloudWatchLoggingOptions(CloudWatchLoggingOptionsT &&value)
void SetRetryOptions(RetryOptionsT &&value)
const ElasticsearchRetryOptions & GetRetryOptions() const
void SetRoleARN(RoleARNT &&value)
const Aws::String & GetClusterEndpoint() const
const Aws::String & GetDomainARN() const
ElasticsearchDestinationConfiguration & WithRetryOptions(RetryOptionsT &&value)
void SetVpcConfiguration(VpcConfigurationT &&value)
bool ProcessingConfigurationHasBeenSet() const
ElasticsearchDestinationConfiguration & WithTypeName(TypeNameT &&value)
bool DomainARNHasBeenSet() const
const CloudWatchLoggingOptions & GetCloudWatchLoggingOptions() const
ElasticsearchDestinationConfiguration & WithBufferingHints(BufferingHintsT &&value)
bool ClusterEndpointHasBeenSet() const
void SetProcessingConfiguration(ProcessingConfigurationT &&value)
const S3DestinationConfiguration & GetS3Configuration() const
bool TypeNameHasBeenSet() const
const DocumentIdOptions & GetDocumentIdOptions() const
bool S3BackupModeHasBeenSet() const
bool RoleARNHasBeenSet() const
bool BufferingHintsHasBeenSet() const
ElasticsearchDestinationConfiguration & WithDocumentIdOptions(DocumentIdOptionsT &&value)
AWS_FIREHOSE_API ElasticsearchDestinationConfiguration()=default
const Aws::String & GetIndexName() const
ElasticsearchDestinationConfiguration & WithDomainARN(DomainARNT &&value)
ElasticsearchDestinationConfiguration & WithIndexRotationPeriod(ElasticsearchIndexRotationPeriod value)
const Aws::String & GetTypeName() const
ElasticsearchIndexRotationPeriod GetIndexRotationPeriod() const
AWS_FIREHOSE_API ElasticsearchDestinationConfiguration(Aws::Utils::Json::JsonView jsonValue)
bool IndexRotationPeriodHasBeenSet() const
void SetIndexRotationPeriod(ElasticsearchIndexRotationPeriod value)
ElasticsearchDestinationConfiguration & WithRoleARN(RoleARNT &&value)
bool DocumentIdOptionsHasBeenSet() const
void SetDocumentIdOptions(DocumentIdOptionsT &&value)
void SetS3BackupMode(ElasticsearchS3BackupMode value)
void SetIndexName(IndexNameT &&value)
void SetClusterEndpoint(ClusterEndpointT &&value)
ElasticsearchDestinationConfiguration & WithVpcConfiguration(VpcConfigurationT &&value)
ElasticsearchDestinationConfiguration & WithS3Configuration(S3ConfigurationT &&value)
bool VpcConfigurationHasBeenSet() const
AWS_FIREHOSE_API Aws::Utils::Json::JsonValue Jsonize() const
ElasticsearchS3BackupMode
ElasticsearchIndexRotationPeriod
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue