7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/firehose/Firehose_EXPORTS.h>
9#include <aws/firehose/model/CloudWatchLoggingOptions.h>
10#include <aws/firehose/model/DocumentIdOptions.h>
11#include <aws/firehose/model/ElasticsearchBufferingHints.h>
12#include <aws/firehose/model/ElasticsearchIndexRotationPeriod.h>
13#include <aws/firehose/model/ElasticsearchRetryOptions.h>
14#include <aws/firehose/model/ProcessingConfiguration.h>
15#include <aws/firehose/model/S3DestinationUpdate.h>
54 template <
typename RoleARNT = Aws::String>
56 m_roleARNHasBeenSet =
true;
57 m_roleARN = std::forward<RoleARNT>(value);
59 template <
typename RoleARNT = Aws::String>
78 template <
typename DomainARNT = Aws::String>
80 m_domainARNHasBeenSet =
true;
81 m_domainARN = std::forward<DomainARNT>(value);
83 template <
typename DomainARNT = Aws::String>
97 template <
typename ClusterEndpo
intT = Aws::String>
99 m_clusterEndpointHasBeenSet =
true;
100 m_clusterEndpoint = std::forward<ClusterEndpointT>(value);
102 template <
typename ClusterEndpo
intT = Aws::String>
115 template <
typename IndexNameT = Aws::String>
117 m_indexNameHasBeenSet =
true;
118 m_indexName = std::forward<IndexNameT>(value);
120 template <
typename IndexNameT = Aws::String>
139 template <
typename TypeNameT = Aws::String>
141 m_typeNameHasBeenSet =
true;
142 m_typeName = std::forward<TypeNameT>(value);
144 template <
typename TypeNameT = Aws::String>
163 m_indexRotationPeriodHasBeenSet =
true;
164 m_indexRotationPeriod = value;
179 template <
typename BufferingH
intsT = ElasticsearchBufferingH
ints>
181 m_bufferingHintsHasBeenSet =
true;
182 m_bufferingHints = std::forward<BufferingHintsT>(value);
184 template <
typename BufferingH
intsT = ElasticsearchBufferingH
ints>
198 template <
typename RetryOptionsT = ElasticsearchRetryOptions>
200 m_retryOptionsHasBeenSet =
true;
201 m_retryOptions = std::forward<RetryOptionsT>(value);
203 template <
typename RetryOptionsT = ElasticsearchRetryOptions>
216 template <
typename S3UpdateT = S3DestinationUpdate>
218 m_s3UpdateHasBeenSet =
true;
219 m_s3Update = std::forward<S3UpdateT>(value);
221 template <
typename S3UpdateT = S3DestinationUpdate>
234 template <
typename ProcessingConfigurationT = ProcessingConfiguration>
236 m_processingConfigurationHasBeenSet =
true;
237 m_processingConfiguration = std::forward<ProcessingConfigurationT>(value);
239 template <
typename ProcessingConfigurationT = ProcessingConfiguration>
252 template <
typename CloudWatchLoggingOptionsT = CloudWatchLoggingOptions>
254 m_cloudWatchLoggingOptionsHasBeenSet =
true;
255 m_cloudWatchLoggingOptions = std::forward<CloudWatchLoggingOptionsT>(value);
257 template <
typename CloudWatchLoggingOptionsT = CloudWatchLoggingOptions>
271 template <
typename DocumentIdOptionsT = DocumentIdOptions>
273 m_documentIdOptionsHasBeenSet =
true;
274 m_documentIdOptions = std::forward<DocumentIdOptionsT>(value);
276 template <
typename DocumentIdOptionsT = DocumentIdOptions>
295 ElasticsearchBufferingHints m_bufferingHints;
297 ElasticsearchRetryOptions m_retryOptions;
299 S3DestinationUpdate m_s3Update;
301 ProcessingConfiguration m_processingConfiguration;
303 CloudWatchLoggingOptions m_cloudWatchLoggingOptions;
305 DocumentIdOptions m_documentIdOptions;
306 bool m_roleARNHasBeenSet =
false;
307 bool m_domainARNHasBeenSet =
false;
308 bool m_clusterEndpointHasBeenSet =
false;
309 bool m_indexNameHasBeenSet =
false;
310 bool m_typeNameHasBeenSet =
false;
311 bool m_indexRotationPeriodHasBeenSet =
false;
312 bool m_bufferingHintsHasBeenSet =
false;
313 bool m_retryOptionsHasBeenSet =
false;
314 bool m_s3UpdateHasBeenSet =
false;
315 bool m_processingConfigurationHasBeenSet =
false;
316 bool m_cloudWatchLoggingOptionsHasBeenSet =
false;
317 bool m_documentIdOptionsHasBeenSet =
false;
ElasticsearchDestinationUpdate & WithS3Update(S3UpdateT &&value)
void SetTypeName(TypeNameT &&value)
bool S3UpdateHasBeenSet() const
AWS_FIREHOSE_API ElasticsearchDestinationUpdate()=default
const CloudWatchLoggingOptions & GetCloudWatchLoggingOptions() const
const ElasticsearchBufferingHints & GetBufferingHints() const
void SetRetryOptions(RetryOptionsT &&value)
bool RetryOptionsHasBeenSet() const
ElasticsearchDestinationUpdate & WithIndexRotationPeriod(ElasticsearchIndexRotationPeriod value)
ElasticsearchDestinationUpdate & WithRoleARN(RoleARNT &&value)
bool ClusterEndpointHasBeenSet() const
void SetIndexName(IndexNameT &&value)
ElasticsearchDestinationUpdate & WithIndexName(IndexNameT &&value)
void SetBufferingHints(BufferingHintsT &&value)
ElasticsearchDestinationUpdate & WithBufferingHints(BufferingHintsT &&value)
AWS_FIREHOSE_API Aws::Utils::Json::JsonValue Jsonize() const
ElasticsearchDestinationUpdate & WithTypeName(TypeNameT &&value)
ElasticsearchIndexRotationPeriod GetIndexRotationPeriod() const
void SetDomainARN(DomainARNT &&value)
void SetDocumentIdOptions(DocumentIdOptionsT &&value)
const ElasticsearchRetryOptions & GetRetryOptions() const
void SetS3Update(S3UpdateT &&value)
ElasticsearchDestinationUpdate & WithClusterEndpoint(ClusterEndpointT &&value)
AWS_FIREHOSE_API ElasticsearchDestinationUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
const DocumentIdOptions & GetDocumentIdOptions() const
const S3DestinationUpdate & GetS3Update() const
ElasticsearchDestinationUpdate & WithProcessingConfiguration(ProcessingConfigurationT &&value)
bool IndexRotationPeriodHasBeenSet() const
ElasticsearchDestinationUpdate & WithDomainARN(DomainARNT &&value)
bool DomainARNHasBeenSet() const
bool IndexNameHasBeenSet() const
bool ProcessingConfigurationHasBeenSet() const
bool BufferingHintsHasBeenSet() const
bool DocumentIdOptionsHasBeenSet() const
const Aws::String & GetRoleARN() const
const Aws::String & GetClusterEndpoint() const
const ProcessingConfiguration & GetProcessingConfiguration() const
ElasticsearchDestinationUpdate & WithCloudWatchLoggingOptions(CloudWatchLoggingOptionsT &&value)
const Aws::String & GetDomainARN() const
ElasticsearchDestinationUpdate & WithDocumentIdOptions(DocumentIdOptionsT &&value)
const Aws::String & GetIndexName() const
bool CloudWatchLoggingOptionsHasBeenSet() const
bool RoleARNHasBeenSet() const
ElasticsearchDestinationUpdate & WithRetryOptions(RetryOptionsT &&value)
AWS_FIREHOSE_API ElasticsearchDestinationUpdate(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetTypeName() const
void SetClusterEndpoint(ClusterEndpointT &&value)
void SetIndexRotationPeriod(ElasticsearchIndexRotationPeriod value)
void SetRoleARN(RoleARNT &&value)
void SetCloudWatchLoggingOptions(CloudWatchLoggingOptionsT &&value)
void SetProcessingConfiguration(ProcessingConfigurationT &&value)
bool TypeNameHasBeenSet() const
ElasticsearchIndexRotationPeriod
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue