7#include <aws/firehose/Firehose_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/firehose/model/AmazonopensearchserviceIndexRotationPeriod.h>
10#include <aws/firehose/model/AmazonopensearchserviceBufferingHints.h>
11#include <aws/firehose/model/AmazonopensearchserviceRetryOptions.h>
12#include <aws/firehose/model/AmazonopensearchserviceS3BackupMode.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>
58 template<
typename RoleARNT = Aws::String>
59 void SetRoleARN(RoleARNT&& value) { m_roleARNHasBeenSet =
true; m_roleARN = std::forward<RoleARNT>(value); }
60 template<
typename RoleARNT = Aws::String>
73 template<
typename DomainARNT = Aws::String>
74 void SetDomainARN(DomainARNT&& value) { m_domainARNHasBeenSet =
true; m_domainARN = std::forward<DomainARNT>(value); }
75 template<
typename DomainARNT = Aws::String>
86 template<
typename ClusterEndpo
intT = Aws::String>
87 void SetClusterEndpoint(ClusterEndpointT&& value) { m_clusterEndpointHasBeenSet =
true; m_clusterEndpoint = std::forward<ClusterEndpointT>(value); }
88 template<
typename ClusterEndpo
intT = Aws::String>
98 template<
typename IndexNameT = Aws::String>
99 void SetIndexName(IndexNameT&& value) { m_indexNameHasBeenSet =
true; m_indexName = std::forward<IndexNameT>(value); }
100 template<
typename IndexNameT = Aws::String>
112 template<
typename TypeNameT = Aws::String>
113 void SetTypeName(TypeNameT&& value) { m_typeNameHasBeenSet =
true; m_typeName = std::forward<TypeNameT>(value); }
114 template<
typename TypeNameT = Aws::String>
136 template<
typename BufferingH
intsT = AmazonopensearchserviceBufferingH
ints>
137 void SetBufferingHints(BufferingHintsT&& value) { m_bufferingHintsHasBeenSet =
true; m_bufferingHints = std::forward<BufferingHintsT>(value); }
138 template<
typename BufferingH
intsT = AmazonopensearchserviceBufferingH
ints>
149 template<
typename RetryOptionsT = AmazonopensearchserviceRetryOptions>
150 void SetRetryOptions(RetryOptionsT&& value) { m_retryOptionsHasBeenSet =
true; m_retryOptions = std::forward<RetryOptionsT>(value); }
151 template<
typename RetryOptionsT = AmazonopensearchserviceRetryOptions>
174 template<
typename S3ConfigurationT = S3DestinationConfiguration>
175 void SetS3Configuration(S3ConfigurationT&& value) { m_s3ConfigurationHasBeenSet =
true; m_s3Configuration = std::forward<S3ConfigurationT>(value); }
176 template<
typename S3ConfigurationT = S3DestinationConfiguration>
184 template<
typename ProcessingConfigurationT = ProcessingConfiguration>
185 void SetProcessingConfiguration(ProcessingConfigurationT&& value) { m_processingConfigurationHasBeenSet =
true; m_processingConfiguration = std::forward<ProcessingConfigurationT>(value); }
186 template<
typename ProcessingConfigurationT = ProcessingConfiguration>
194 template<
typename CloudWatchLoggingOptionsT = CloudWatchLoggingOptions>
195 void SetCloudWatchLoggingOptions(CloudWatchLoggingOptionsT&& value) { m_cloudWatchLoggingOptionsHasBeenSet =
true; m_cloudWatchLoggingOptions = std::forward<CloudWatchLoggingOptionsT>(value); }
196 template<
typename CloudWatchLoggingOptionsT = CloudWatchLoggingOptions>
204 template<
typename VpcConfigurationT = VpcConfiguration>
205 void SetVpcConfiguration(VpcConfigurationT&& value) { m_vpcConfigurationHasBeenSet =
true; m_vpcConfiguration = std::forward<VpcConfigurationT>(value); }
206 template<
typename VpcConfigurationT = VpcConfiguration>
217 template<
typename DocumentIdOptionsT = DocumentIdOptions>
218 void SetDocumentIdOptions(DocumentIdOptionsT&& value) { m_documentIdOptionsHasBeenSet =
true; m_documentIdOptions = std::forward<DocumentIdOptionsT>(value); }
219 template<
typename DocumentIdOptionsT = DocumentIdOptions>
225 bool m_roleARNHasBeenSet =
false;
228 bool m_domainARNHasBeenSet =
false;
231 bool m_clusterEndpointHasBeenSet =
false;
234 bool m_indexNameHasBeenSet =
false;
237 bool m_typeNameHasBeenSet =
false;
240 bool m_indexRotationPeriodHasBeenSet =
false;
242 AmazonopensearchserviceBufferingHints m_bufferingHints;
243 bool m_bufferingHintsHasBeenSet =
false;
245 AmazonopensearchserviceRetryOptions m_retryOptions;
246 bool m_retryOptionsHasBeenSet =
false;
249 bool m_s3BackupModeHasBeenSet =
false;
251 S3DestinationConfiguration m_s3Configuration;
252 bool m_s3ConfigurationHasBeenSet =
false;
254 ProcessingConfiguration m_processingConfiguration;
255 bool m_processingConfigurationHasBeenSet =
false;
257 CloudWatchLoggingOptions m_cloudWatchLoggingOptions;
258 bool m_cloudWatchLoggingOptionsHasBeenSet =
false;
260 VpcConfiguration m_vpcConfiguration;
261 bool m_vpcConfigurationHasBeenSet =
false;
263 DocumentIdOptions m_documentIdOptions;
264 bool m_documentIdOptionsHasBeenSet =
false;
AmazonopensearchserviceDestinationConfiguration & WithProcessingConfiguration(ProcessingConfigurationT &&value)
AmazonopensearchserviceIndexRotationPeriod GetIndexRotationPeriod() const
bool ClusterEndpointHasBeenSet() const
AmazonopensearchserviceS3BackupMode GetS3BackupMode() const
const Aws::String & GetDomainARN() const
void SetTypeName(TypeNameT &&value)
void SetIndexName(IndexNameT &&value)
bool IndexRotationPeriodHasBeenSet() const
const ProcessingConfiguration & GetProcessingConfiguration() const
AmazonopensearchserviceDestinationConfiguration & WithBufferingHints(BufferingHintsT &&value)
const DocumentIdOptions & GetDocumentIdOptions() const
AmazonopensearchserviceDestinationConfiguration & WithVpcConfiguration(VpcConfigurationT &&value)
void SetProcessingConfiguration(ProcessingConfigurationT &&value)
bool ProcessingConfigurationHasBeenSet() const
void SetS3BackupMode(AmazonopensearchserviceS3BackupMode value)
const VpcConfiguration & GetVpcConfiguration() const
const Aws::String & GetRoleARN() const
AmazonopensearchserviceDestinationConfiguration & WithS3BackupMode(AmazonopensearchserviceS3BackupMode value)
const Aws::String & GetClusterEndpoint() const
const AmazonopensearchserviceRetryOptions & GetRetryOptions() const
void SetS3Configuration(S3ConfigurationT &&value)
bool DocumentIdOptionsHasBeenSet() const
const Aws::String & GetIndexName() const
AmazonopensearchserviceDestinationConfiguration & WithDomainARN(DomainARNT &&value)
AmazonopensearchserviceDestinationConfiguration & WithTypeName(TypeNameT &&value)
AmazonopensearchserviceDestinationConfiguration & WithCloudWatchLoggingOptions(CloudWatchLoggingOptionsT &&value)
void SetIndexRotationPeriod(AmazonopensearchserviceIndexRotationPeriod value)
void SetRetryOptions(RetryOptionsT &&value)
AmazonopensearchserviceDestinationConfiguration & WithIndexRotationPeriod(AmazonopensearchserviceIndexRotationPeriod value)
bool RoleARNHasBeenSet() const
AmazonopensearchserviceDestinationConfiguration & WithDocumentIdOptions(DocumentIdOptionsT &&value)
void SetClusterEndpoint(ClusterEndpointT &&value)
void SetBufferingHints(BufferingHintsT &&value)
void SetRoleARN(RoleARNT &&value)
bool S3ConfigurationHasBeenSet() const
const CloudWatchLoggingOptions & GetCloudWatchLoggingOptions() const
AmazonopensearchserviceDestinationConfiguration & WithRoleARN(RoleARNT &&value)
bool CloudWatchLoggingOptionsHasBeenSet() const
const AmazonopensearchserviceBufferingHints & GetBufferingHints() const
AmazonopensearchserviceDestinationConfiguration & WithIndexName(IndexNameT &&value)
void SetCloudWatchLoggingOptions(CloudWatchLoggingOptionsT &&value)
bool BufferingHintsHasBeenSet() const
bool TypeNameHasBeenSet() const
bool DomainARNHasBeenSet() const
const Aws::String & GetTypeName() const
bool RetryOptionsHasBeenSet() const
bool S3BackupModeHasBeenSet() const
bool VpcConfigurationHasBeenSet() const
AWS_FIREHOSE_API AmazonopensearchserviceDestinationConfiguration()=default
AmazonopensearchserviceDestinationConfiguration & WithS3Configuration(S3ConfigurationT &&value)
void SetDomainARN(DomainARNT &&value)
bool IndexNameHasBeenSet() const
AmazonopensearchserviceDestinationConfiguration & WithClusterEndpoint(ClusterEndpointT &&value)
AWS_FIREHOSE_API AmazonopensearchserviceDestinationConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetDocumentIdOptions(DocumentIdOptionsT &&value)
AWS_FIREHOSE_API AmazonopensearchserviceDestinationConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AmazonopensearchserviceDestinationConfiguration & WithRetryOptions(RetryOptionsT &&value)
AWS_FIREHOSE_API Aws::Utils::Json::JsonValue Jsonize() const
const S3DestinationConfiguration & GetS3Configuration() const
void SetVpcConfiguration(VpcConfigurationT &&value)
AmazonopensearchserviceIndexRotationPeriod
AmazonopensearchserviceS3BackupMode
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue