7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/firehose/Firehose_EXPORTS.h>
9#include <aws/firehose/model/BufferingHints.h>
10#include <aws/firehose/model/CloudWatchLoggingOptions.h>
11#include <aws/firehose/model/CompressionFormat.h>
12#include <aws/firehose/model/EncryptionConfiguration.h>
47 template <
typename RoleARNT = Aws::String>
49 m_roleARNHasBeenSet =
true;
50 m_roleARN = std::forward<RoleARNT>(value);
52 template <
typename RoleARNT = Aws::String>
67 template <
typename BucketARNT = Aws::String>
69 m_bucketARNHasBeenSet =
true;
70 m_bucketARN = std::forward<BucketARNT>(value);
72 template <
typename BucketARNT = Aws::String>
88 template <
typename PrefixT = Aws::String>
90 m_prefixHasBeenSet =
true;
91 m_prefix = std::forward<PrefixT>(value);
93 template <
typename PrefixT = Aws::String>
110 template <
typename ErrorOutputPrefixT = Aws::String>
112 m_errorOutputPrefixHasBeenSet =
true;
113 m_errorOutputPrefix = std::forward<ErrorOutputPrefixT>(value);
115 template <
typename ErrorOutputPrefixT = Aws::String>
129 template <
typename BufferingH
intsT = BufferingH
ints>
131 m_bufferingHintsHasBeenSet =
true;
132 m_bufferingHints = std::forward<BufferingHintsT>(value);
134 template <
typename BufferingH
intsT = BufferingH
ints>
149 m_compressionFormatHasBeenSet =
true;
150 m_compressionFormat = value;
165 template <
typename EncryptionConfigurationT = EncryptionConfiguration>
167 m_encryptionConfigurationHasBeenSet =
true;
168 m_encryptionConfiguration = std::forward<EncryptionConfigurationT>(value);
170 template <
typename EncryptionConfigurationT = EncryptionConfiguration>
183 template <
typename CloudWatchLoggingOptionsT = CloudWatchLoggingOptions>
185 m_cloudWatchLoggingOptionsHasBeenSet =
true;
186 m_cloudWatchLoggingOptions = std::forward<CloudWatchLoggingOptionsT>(value);
188 template <
typename CloudWatchLoggingOptionsT = CloudWatchLoggingOptions>
207 EncryptionConfiguration m_encryptionConfiguration;
209 CloudWatchLoggingOptions m_cloudWatchLoggingOptions;
210 bool m_roleARNHasBeenSet =
false;
211 bool m_bucketARNHasBeenSet =
false;
212 bool m_prefixHasBeenSet =
false;
213 bool m_errorOutputPrefixHasBeenSet =
false;
214 bool m_bufferingHintsHasBeenSet =
false;
215 bool m_compressionFormatHasBeenSet =
false;
216 bool m_encryptionConfigurationHasBeenSet =
false;
217 bool m_cloudWatchLoggingOptionsHasBeenSet =
false;
bool BufferingHintsHasBeenSet() const
S3DestinationDescription & WithErrorOutputPrefix(ErrorOutputPrefixT &&value)
AWS_FIREHOSE_API S3DestinationDescription(Aws::Utils::Json::JsonView jsonValue)
void SetPrefix(PrefixT &&value)
void SetBucketARN(BucketARNT &&value)
void SetBufferingHints(BufferingHintsT &&value)
const BufferingHints & GetBufferingHints() const
S3DestinationDescription & WithEncryptionConfiguration(EncryptionConfigurationT &&value)
bool PrefixHasBeenSet() const
CompressionFormat GetCompressionFormat() const
bool CompressionFormatHasBeenSet() const
S3DestinationDescription & WithBucketARN(BucketARNT &&value)
void SetRoleARN(RoleARNT &&value)
bool BucketARNHasBeenSet() const
bool CloudWatchLoggingOptionsHasBeenSet() const
S3DestinationDescription & WithRoleARN(RoleARNT &&value)
AWS_FIREHOSE_API S3DestinationDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
S3DestinationDescription & WithBufferingHints(BufferingHintsT &&value)
bool EncryptionConfigurationHasBeenSet() const
void SetErrorOutputPrefix(ErrorOutputPrefixT &&value)
const Aws::String & GetPrefix() const
const Aws::String & GetErrorOutputPrefix() const
S3DestinationDescription & WithCompressionFormat(CompressionFormat value)
S3DestinationDescription & WithPrefix(PrefixT &&value)
void SetCompressionFormat(CompressionFormat value)
void SetCloudWatchLoggingOptions(CloudWatchLoggingOptionsT &&value)
bool ErrorOutputPrefixHasBeenSet() const
bool RoleARNHasBeenSet() const
void SetEncryptionConfiguration(EncryptionConfigurationT &&value)
const CloudWatchLoggingOptions & GetCloudWatchLoggingOptions() const
const Aws::String & GetBucketARN() const
AWS_FIREHOSE_API S3DestinationDescription()=default
S3DestinationDescription & WithCloudWatchLoggingOptions(CloudWatchLoggingOptionsT &&value)
AWS_FIREHOSE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetRoleARN() const
const EncryptionConfiguration & GetEncryptionConfiguration() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue