7#include <aws/firehose/Firehose_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/firehose/model/AmazonOpenSearchServerlessBufferingHints.h>
10#include <aws/firehose/model/AmazonOpenSearchServerlessRetryOptions.h>
11#include <aws/firehose/model/AmazonOpenSearchServerlessS3BackupMode.h>
12#include <aws/firehose/model/S3DestinationDescription.h>
13#include <aws/firehose/model/ProcessingConfiguration.h>
14#include <aws/firehose/model/CloudWatchLoggingOptions.h>
15#include <aws/firehose/model/VpcConfigurationDescription.h>
54 template<
typename RoleARNT = Aws::String>
55 void SetRoleARN(RoleARNT&& value) { m_roleARNHasBeenSet =
true; m_roleARN = std::forward<RoleARNT>(value); }
56 template<
typename RoleARNT = Aws::String>
67 template<
typename CollectionEndpo
intT = Aws::String>
68 void SetCollectionEndpoint(CollectionEndpointT&& value) { m_collectionEndpointHasBeenSet =
true; m_collectionEndpoint = std::forward<CollectionEndpointT>(value); }
69 template<
typename CollectionEndpo
intT = Aws::String>
79 template<
typename IndexNameT = Aws::String>
80 void SetIndexName(IndexNameT&& value) { m_indexNameHasBeenSet =
true; m_indexName = std::forward<IndexNameT>(value); }
81 template<
typename IndexNameT = Aws::String>
91 template<
typename BufferingH
intsT = AmazonOpenSearchServerlessBufferingH
ints>
92 void SetBufferingHints(BufferingHintsT&& value) { m_bufferingHintsHasBeenSet =
true; m_bufferingHints = std::forward<BufferingHintsT>(value); }
93 template<
typename BufferingH
intsT = AmazonOpenSearchServerlessBufferingH
ints>
103 template<
typename RetryOptionsT = AmazonOpenSearchServerlessRetryOptions>
104 void SetRetryOptions(RetryOptionsT&& value) { m_retryOptionsHasBeenSet =
true; m_retryOptions = std::forward<RetryOptionsT>(value); }
105 template<
typename RetryOptionsT = AmazonOpenSearchServerlessRetryOptions>
123 template<
typename S3DestinationDescriptionT = S3DestinationDescription>
124 void SetS3DestinationDescription(S3DestinationDescriptionT&& value) { m_s3DestinationDescriptionHasBeenSet =
true; m_s3DestinationDescription = std::forward<S3DestinationDescriptionT>(value); }
125 template<
typename S3DestinationDescriptionT = S3DestinationDescription>
133 template<
typename ProcessingConfigurationT = ProcessingConfiguration>
134 void SetProcessingConfiguration(ProcessingConfigurationT&& value) { m_processingConfigurationHasBeenSet =
true; m_processingConfiguration = std::forward<ProcessingConfigurationT>(value); }
135 template<
typename ProcessingConfigurationT = ProcessingConfiguration>
143 template<
typename CloudWatchLoggingOptionsT = CloudWatchLoggingOptions>
144 void SetCloudWatchLoggingOptions(CloudWatchLoggingOptionsT&& value) { m_cloudWatchLoggingOptionsHasBeenSet =
true; m_cloudWatchLoggingOptions = std::forward<CloudWatchLoggingOptionsT>(value); }
145 template<
typename CloudWatchLoggingOptionsT = CloudWatchLoggingOptions>
153 template<
typename VpcConfigurationDescriptionT = VpcConfigurationDescription>
154 void SetVpcConfigurationDescription(VpcConfigurationDescriptionT&& value) { m_vpcConfigurationDescriptionHasBeenSet =
true; m_vpcConfigurationDescription = std::forward<VpcConfigurationDescriptionT>(value); }
155 template<
typename VpcConfigurationDescriptionT = VpcConfigurationDescription>
161 bool m_roleARNHasBeenSet =
false;
164 bool m_collectionEndpointHasBeenSet =
false;
167 bool m_indexNameHasBeenSet =
false;
170 bool m_bufferingHintsHasBeenSet =
false;
173 bool m_retryOptionsHasBeenSet =
false;
176 bool m_s3BackupModeHasBeenSet =
false;
178 S3DestinationDescription m_s3DestinationDescription;
179 bool m_s3DestinationDescriptionHasBeenSet =
false;
181 ProcessingConfiguration m_processingConfiguration;
182 bool m_processingConfigurationHasBeenSet =
false;
184 CloudWatchLoggingOptions m_cloudWatchLoggingOptions;
185 bool m_cloudWatchLoggingOptionsHasBeenSet =
false;
187 VpcConfigurationDescription m_vpcConfigurationDescription;
188 bool m_vpcConfigurationDescriptionHasBeenSet =
false;
void SetS3BackupMode(AmazonOpenSearchServerlessS3BackupMode value)
AmazonOpenSearchServerlessDestinationDescription & WithProcessingConfiguration(ProcessingConfigurationT &&value)
void SetRoleARN(RoleARNT &&value)
const Aws::String & GetIndexName() const
const Aws::String & GetCollectionEndpoint() const
AmazonOpenSearchServerlessDestinationDescription & WithS3DestinationDescription(S3DestinationDescriptionT &&value)
const Aws::String & GetRoleARN() const
AmazonOpenSearchServerlessS3BackupMode GetS3BackupMode() const
AWS_FIREHOSE_API AmazonOpenSearchServerlessDestinationDescription()=default
AmazonOpenSearchServerlessDestinationDescription & WithCollectionEndpoint(CollectionEndpointT &&value)
AmazonOpenSearchServerlessDestinationDescription & WithRoleARN(RoleARNT &&value)
AWS_FIREHOSE_API Aws::Utils::Json::JsonValue Jsonize() const
const CloudWatchLoggingOptions & GetCloudWatchLoggingOptions() const
void SetProcessingConfiguration(ProcessingConfigurationT &&value)
const ProcessingConfiguration & GetProcessingConfiguration() const
bool RetryOptionsHasBeenSet() const
AmazonOpenSearchServerlessDestinationDescription & WithCloudWatchLoggingOptions(CloudWatchLoggingOptionsT &&value)
bool S3BackupModeHasBeenSet() const
void SetVpcConfigurationDescription(VpcConfigurationDescriptionT &&value)
void SetRetryOptions(RetryOptionsT &&value)
AmazonOpenSearchServerlessDestinationDescription & WithBufferingHints(BufferingHintsT &&value)
const VpcConfigurationDescription & GetVpcConfigurationDescription() const
AWS_FIREHOSE_API AmazonOpenSearchServerlessDestinationDescription(Aws::Utils::Json::JsonView jsonValue)
AmazonOpenSearchServerlessDestinationDescription & WithRetryOptions(RetryOptionsT &&value)
void SetS3DestinationDescription(S3DestinationDescriptionT &&value)
void SetBufferingHints(BufferingHintsT &&value)
void SetCollectionEndpoint(CollectionEndpointT &&value)
AmazonOpenSearchServerlessDestinationDescription & WithVpcConfigurationDescription(VpcConfigurationDescriptionT &&value)
AmazonOpenSearchServerlessDestinationDescription & WithS3BackupMode(AmazonOpenSearchServerlessS3BackupMode value)
bool VpcConfigurationDescriptionHasBeenSet() const
bool CollectionEndpointHasBeenSet() const
void SetIndexName(IndexNameT &&value)
const S3DestinationDescription & GetS3DestinationDescription() const
bool IndexNameHasBeenSet() const
bool S3DestinationDescriptionHasBeenSet() const
void SetCloudWatchLoggingOptions(CloudWatchLoggingOptionsT &&value)
bool RoleARNHasBeenSet() const
bool CloudWatchLoggingOptionsHasBeenSet() const
const AmazonOpenSearchServerlessRetryOptions & GetRetryOptions() const
const AmazonOpenSearchServerlessBufferingHints & GetBufferingHints() const
AWS_FIREHOSE_API AmazonOpenSearchServerlessDestinationDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
bool BufferingHintsHasBeenSet() const
bool ProcessingConfigurationHasBeenSet() const
AmazonOpenSearchServerlessDestinationDescription & WithIndexName(IndexNameT &&value)
AmazonOpenSearchServerlessS3BackupMode
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue