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/S3DestinationUpdate.h>
13#include <aws/firehose/model/ProcessingConfiguration.h>
14#include <aws/firehose/model/CloudWatchLoggingOptions.h>
15#include <aws/firehose/model/DocumentIdOptions.h>
60 template<
typename RoleARNT = Aws::String>
61 void SetRoleARN(RoleARNT&& value) { m_roleARNHasBeenSet =
true; m_roleARN = std::forward<RoleARNT>(value); }
62 template<
typename RoleARNT = Aws::String>
78 template<
typename DomainARNT = Aws::String>
79 void SetDomainARN(DomainARNT&& value) { m_domainARNHasBeenSet =
true; m_domainARN = std::forward<DomainARNT>(value); }
80 template<
typename DomainARNT = Aws::String>
91 template<
typename ClusterEndpo
intT = Aws::String>
92 void SetClusterEndpoint(ClusterEndpointT&& value) { m_clusterEndpointHasBeenSet =
true; m_clusterEndpoint = std::forward<ClusterEndpointT>(value); }
93 template<
typename ClusterEndpo
intT = Aws::String>
103 template<
typename IndexNameT = Aws::String>
104 void SetIndexName(IndexNameT&& value) { m_indexNameHasBeenSet =
true; m_indexName = std::forward<IndexNameT>(value); }
105 template<
typename IndexNameT = Aws::String>
121 template<
typename TypeNameT = Aws::String>
122 void SetTypeName(TypeNameT&& value) { m_typeNameHasBeenSet =
true; m_typeName = std::forward<TypeNameT>(value); }
123 template<
typename TypeNameT = Aws::String>
149 template<
typename BufferingH
intsT = ElasticsearchBufferingH
ints>
150 void SetBufferingHints(BufferingHintsT&& value) { m_bufferingHintsHasBeenSet =
true; m_bufferingHints = std::forward<BufferingHintsT>(value); }
151 template<
typename BufferingH
intsT = ElasticsearchBufferingH
ints>
162 template<
typename RetryOptionsT = ElasticsearchRetryOptions>
163 void SetRetryOptions(RetryOptionsT&& value) { m_retryOptionsHasBeenSet =
true; m_retryOptions = std::forward<RetryOptionsT>(value); }
164 template<
typename RetryOptionsT = ElasticsearchRetryOptions>
174 template<
typename S3UpdateT = S3DestinationUpdate>
175 void SetS3Update(S3UpdateT&& value) { m_s3UpdateHasBeenSet =
true; m_s3Update = std::forward<S3UpdateT>(value); }
176 template<
typename S3UpdateT = S3DestinationUpdate>
186 template<
typename ProcessingConfigurationT = ProcessingConfiguration>
187 void SetProcessingConfiguration(ProcessingConfigurationT&& value) { m_processingConfigurationHasBeenSet =
true; m_processingConfiguration = std::forward<ProcessingConfigurationT>(value); }
188 template<
typename ProcessingConfigurationT = ProcessingConfiguration>
198 template<
typename CloudWatchLoggingOptionsT = CloudWatchLoggingOptions>
199 void SetCloudWatchLoggingOptions(CloudWatchLoggingOptionsT&& value) { m_cloudWatchLoggingOptionsHasBeenSet =
true; m_cloudWatchLoggingOptions = std::forward<CloudWatchLoggingOptionsT>(value); }
200 template<
typename CloudWatchLoggingOptionsT = CloudWatchLoggingOptions>
211 template<
typename DocumentIdOptionsT = DocumentIdOptions>
212 void SetDocumentIdOptions(DocumentIdOptionsT&& value) { m_documentIdOptionsHasBeenSet =
true; m_documentIdOptions = std::forward<DocumentIdOptionsT>(value); }
213 template<
typename DocumentIdOptionsT = DocumentIdOptions>
219 bool m_roleARNHasBeenSet =
false;
222 bool m_domainARNHasBeenSet =
false;
225 bool m_clusterEndpointHasBeenSet =
false;
228 bool m_indexNameHasBeenSet =
false;
231 bool m_typeNameHasBeenSet =
false;
234 bool m_indexRotationPeriodHasBeenSet =
false;
236 ElasticsearchBufferingHints m_bufferingHints;
237 bool m_bufferingHintsHasBeenSet =
false;
239 ElasticsearchRetryOptions m_retryOptions;
240 bool m_retryOptionsHasBeenSet =
false;
242 S3DestinationUpdate m_s3Update;
243 bool m_s3UpdateHasBeenSet =
false;
245 ProcessingConfiguration m_processingConfiguration;
246 bool m_processingConfigurationHasBeenSet =
false;
248 CloudWatchLoggingOptions m_cloudWatchLoggingOptions;
249 bool m_cloudWatchLoggingOptionsHasBeenSet =
false;
251 DocumentIdOptions m_documentIdOptions;
252 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