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/S3DestinationDescription.h>
14#include <aws/firehose/model/ProcessingConfiguration.h>
15#include <aws/firehose/model/CloudWatchLoggingOptions.h>
16#include <aws/firehose/model/VpcConfigurationDescription.h>
17#include <aws/firehose/model/DocumentIdOptions.h>
56 template<
typename RoleARNT = Aws::String>
57 void SetRoleARN(RoleARNT&& value) { m_roleARNHasBeenSet =
true; m_roleARN = std::forward<RoleARNT>(value); }
58 template<
typename RoleARNT = Aws::String>
68 template<
typename DomainARNT = Aws::String>
69 void SetDomainARN(DomainARNT&& value) { m_domainARNHasBeenSet =
true; m_domainARN = std::forward<DomainARNT>(value); }
70 template<
typename DomainARNT = Aws::String>
82 template<
typename ClusterEndpo
intT = Aws::String>
83 void SetClusterEndpoint(ClusterEndpointT&& value) { m_clusterEndpointHasBeenSet =
true; m_clusterEndpoint = std::forward<ClusterEndpointT>(value); }
84 template<
typename ClusterEndpo
intT = Aws::String>
94 template<
typename IndexNameT = Aws::String>
95 void SetIndexName(IndexNameT&& value) { m_indexNameHasBeenSet =
true; m_indexName = std::forward<IndexNameT>(value); }
96 template<
typename IndexNameT = Aws::String>
108 template<
typename TypeNameT = Aws::String>
109 void SetTypeName(TypeNameT&& value) { m_typeNameHasBeenSet =
true; m_typeName = std::forward<TypeNameT>(value); }
110 template<
typename TypeNameT = Aws::String>
130 template<
typename BufferingH
intsT = AmazonopensearchserviceBufferingH
ints>
131 void SetBufferingHints(BufferingHintsT&& value) { m_bufferingHintsHasBeenSet =
true; m_bufferingHints = std::forward<BufferingHintsT>(value); }
132 template<
typename BufferingH
intsT = AmazonopensearchserviceBufferingH
ints>
142 template<
typename RetryOptionsT = AmazonopensearchserviceRetryOptions>
143 void SetRetryOptions(RetryOptionsT&& value) { m_retryOptionsHasBeenSet =
true; m_retryOptions = std::forward<RetryOptionsT>(value); }
144 template<
typename RetryOptionsT = AmazonopensearchserviceRetryOptions>
162 template<
typename S3DestinationDescriptionT = S3DestinationDescription>
163 void SetS3DestinationDescription(S3DestinationDescriptionT&& value) { m_s3DestinationDescriptionHasBeenSet =
true; m_s3DestinationDescription = std::forward<S3DestinationDescriptionT>(value); }
164 template<
typename S3DestinationDescriptionT = S3DestinationDescription>
172 template<
typename ProcessingConfigurationT = ProcessingConfiguration>
173 void SetProcessingConfiguration(ProcessingConfigurationT&& value) { m_processingConfigurationHasBeenSet =
true; m_processingConfiguration = std::forward<ProcessingConfigurationT>(value); }
174 template<
typename ProcessingConfigurationT = ProcessingConfiguration>
182 template<
typename CloudWatchLoggingOptionsT = CloudWatchLoggingOptions>
183 void SetCloudWatchLoggingOptions(CloudWatchLoggingOptionsT&& value) { m_cloudWatchLoggingOptionsHasBeenSet =
true; m_cloudWatchLoggingOptions = std::forward<CloudWatchLoggingOptionsT>(value); }
184 template<
typename CloudWatchLoggingOptionsT = CloudWatchLoggingOptions>
192 template<
typename VpcConfigurationDescriptionT = VpcConfigurationDescription>
193 void SetVpcConfigurationDescription(VpcConfigurationDescriptionT&& value) { m_vpcConfigurationDescriptionHasBeenSet =
true; m_vpcConfigurationDescription = std::forward<VpcConfigurationDescriptionT>(value); }
194 template<
typename VpcConfigurationDescriptionT = VpcConfigurationDescription>
205 template<
typename DocumentIdOptionsT = DocumentIdOptions>
206 void SetDocumentIdOptions(DocumentIdOptionsT&& value) { m_documentIdOptionsHasBeenSet =
true; m_documentIdOptions = std::forward<DocumentIdOptionsT>(value); }
207 template<
typename DocumentIdOptionsT = DocumentIdOptions>
213 bool m_roleARNHasBeenSet =
false;
216 bool m_domainARNHasBeenSet =
false;
219 bool m_clusterEndpointHasBeenSet =
false;
222 bool m_indexNameHasBeenSet =
false;
225 bool m_typeNameHasBeenSet =
false;
228 bool m_indexRotationPeriodHasBeenSet =
false;
230 AmazonopensearchserviceBufferingHints m_bufferingHints;
231 bool m_bufferingHintsHasBeenSet =
false;
233 AmazonopensearchserviceRetryOptions m_retryOptions;
234 bool m_retryOptionsHasBeenSet =
false;
237 bool m_s3BackupModeHasBeenSet =
false;
239 S3DestinationDescription m_s3DestinationDescription;
240 bool m_s3DestinationDescriptionHasBeenSet =
false;
242 ProcessingConfiguration m_processingConfiguration;
243 bool m_processingConfigurationHasBeenSet =
false;
245 CloudWatchLoggingOptions m_cloudWatchLoggingOptions;
246 bool m_cloudWatchLoggingOptionsHasBeenSet =
false;
248 VpcConfigurationDescription m_vpcConfigurationDescription;
249 bool m_vpcConfigurationDescriptionHasBeenSet =
false;
251 DocumentIdOptions m_documentIdOptions;
252 bool m_documentIdOptionsHasBeenSet =
false;
void SetClusterEndpoint(ClusterEndpointT &&value)
AWS_FIREHOSE_API AmazonopensearchserviceDestinationDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetCloudWatchLoggingOptions(CloudWatchLoggingOptionsT &&value)
AmazonopensearchserviceDestinationDescription & WithBufferingHints(BufferingHintsT &&value)
AmazonopensearchserviceDestinationDescription & WithS3DestinationDescription(S3DestinationDescriptionT &&value)
AmazonopensearchserviceDestinationDescription & WithRoleARN(RoleARNT &&value)
void SetRoleARN(RoleARNT &&value)
AmazonopensearchserviceDestinationDescription & WithCloudWatchLoggingOptions(CloudWatchLoggingOptionsT &&value)
const AmazonopensearchserviceBufferingHints & GetBufferingHints() const
void SetProcessingConfiguration(ProcessingConfigurationT &&value)
void SetVpcConfigurationDescription(VpcConfigurationDescriptionT &&value)
AmazonopensearchserviceDestinationDescription & WithDocumentIdOptions(DocumentIdOptionsT &&value)
const Aws::String & GetDomainARN() const
void SetTypeName(TypeNameT &&value)
const S3DestinationDescription & GetS3DestinationDescription() const
bool TypeNameHasBeenSet() const
void SetIndexName(IndexNameT &&value)
bool VpcConfigurationDescriptionHasBeenSet() const
bool ProcessingConfigurationHasBeenSet() const
AmazonopensearchserviceDestinationDescription & WithS3BackupMode(AmazonopensearchserviceS3BackupMode value)
bool RetryOptionsHasBeenSet() const
const Aws::String & GetClusterEndpoint() const
AmazonopensearchserviceDestinationDescription & WithDomainARN(DomainARNT &&value)
const Aws::String & GetRoleARN() const
void SetS3DestinationDescription(S3DestinationDescriptionT &&value)
bool BufferingHintsHasBeenSet() const
AmazonopensearchserviceDestinationDescription & WithVpcConfigurationDescription(VpcConfigurationDescriptionT &&value)
AWS_FIREHOSE_API AmazonopensearchserviceDestinationDescription(Aws::Utils::Json::JsonView jsonValue)
const VpcConfigurationDescription & GetVpcConfigurationDescription() const
bool DocumentIdOptionsHasBeenSet() const
AmazonopensearchserviceDestinationDescription & WithIndexName(IndexNameT &&value)
void SetDomainARN(DomainARNT &&value)
bool DomainARNHasBeenSet() const
AmazonopensearchserviceDestinationDescription & WithRetryOptions(RetryOptionsT &&value)
void SetS3BackupMode(AmazonopensearchserviceS3BackupMode value)
void SetDocumentIdOptions(DocumentIdOptionsT &&value)
bool CloudWatchLoggingOptionsHasBeenSet() const
AWS_FIREHOSE_API Aws::Utils::Json::JsonValue Jsonize() const
bool S3DestinationDescriptionHasBeenSet() const
AmazonopensearchserviceIndexRotationPeriod GetIndexRotationPeriod() const
const CloudWatchLoggingOptions & GetCloudWatchLoggingOptions() const
const Aws::String & GetTypeName() const
void SetIndexRotationPeriod(AmazonopensearchserviceIndexRotationPeriod value)
bool RoleARNHasBeenSet() const
AmazonopensearchserviceS3BackupMode GetS3BackupMode() const
AmazonopensearchserviceDestinationDescription & WithIndexRotationPeriod(AmazonopensearchserviceIndexRotationPeriod value)
AmazonopensearchserviceDestinationDescription & WithClusterEndpoint(ClusterEndpointT &&value)
const Aws::String & GetIndexName() const
AWS_FIREHOSE_API AmazonopensearchserviceDestinationDescription()=default
AmazonopensearchserviceDestinationDescription & WithTypeName(TypeNameT &&value)
bool S3BackupModeHasBeenSet() const
AmazonopensearchserviceDestinationDescription & WithProcessingConfiguration(ProcessingConfigurationT &&value)
void SetRetryOptions(RetryOptionsT &&value)
void SetBufferingHints(BufferingHintsT &&value)
bool IndexRotationPeriodHasBeenSet() const
bool ClusterEndpointHasBeenSet() const
const AmazonopensearchserviceRetryOptions & GetRetryOptions() const
const ProcessingConfiguration & GetProcessingConfiguration() const
bool IndexNameHasBeenSet() const
const DocumentIdOptions & GetDocumentIdOptions() const
AmazonopensearchserviceIndexRotationPeriod
AmazonopensearchserviceS3BackupMode
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue