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>
48 template <
typename RoleARNT = Aws::String>
50 m_roleARNHasBeenSet =
true;
51 m_roleARN = std::forward<RoleARNT>(value);
53 template <
typename RoleARNT = Aws::String>
68 template <
typename BucketARNT = Aws::String>
70 m_bucketARNHasBeenSet =
true;
71 m_bucketARN = std::forward<BucketARNT>(value);
73 template <
typename BucketARNT = Aws::String>
89 template <
typename PrefixT = Aws::String>
91 m_prefixHasBeenSet =
true;
92 m_prefix = std::forward<PrefixT>(value);
94 template <
typename PrefixT = Aws::String>
111 template <
typename ErrorOutputPrefixT = Aws::String>
113 m_errorOutputPrefixHasBeenSet =
true;
114 m_errorOutputPrefix = std::forward<ErrorOutputPrefixT>(value);
116 template <
typename ErrorOutputPrefixT = Aws::String>
130 template <
typename BufferingH
intsT = BufferingH
ints>
132 m_bufferingHintsHasBeenSet =
true;
133 m_bufferingHints = std::forward<BufferingHintsT>(value);
135 template <
typename BufferingH
intsT = BufferingH
ints>
153 m_compressionFormatHasBeenSet =
true;
154 m_compressionFormat = value;
169 template <
typename EncryptionConfigurationT = EncryptionConfiguration>
171 m_encryptionConfigurationHasBeenSet =
true;
172 m_encryptionConfiguration = std::forward<EncryptionConfigurationT>(value);
174 template <
typename EncryptionConfigurationT = EncryptionConfiguration>
187 template <
typename CloudWatchLoggingOptionsT = CloudWatchLoggingOptions>
189 m_cloudWatchLoggingOptionsHasBeenSet =
true;
190 m_cloudWatchLoggingOptions = std::forward<CloudWatchLoggingOptionsT>(value);
192 template <
typename CloudWatchLoggingOptionsT = CloudWatchLoggingOptions>
211 EncryptionConfiguration m_encryptionConfiguration;
213 CloudWatchLoggingOptions m_cloudWatchLoggingOptions;
214 bool m_roleARNHasBeenSet =
false;
215 bool m_bucketARNHasBeenSet =
false;
216 bool m_prefixHasBeenSet =
false;
217 bool m_errorOutputPrefixHasBeenSet =
false;
218 bool m_bufferingHintsHasBeenSet =
false;
219 bool m_compressionFormatHasBeenSet =
false;
220 bool m_encryptionConfigurationHasBeenSet =
false;
221 bool m_cloudWatchLoggingOptionsHasBeenSet =
false;
S3DestinationUpdate & WithCloudWatchLoggingOptions(CloudWatchLoggingOptionsT &&value)
void SetPrefix(PrefixT &&value)
void SetCloudWatchLoggingOptions(CloudWatchLoggingOptionsT &&value)
S3DestinationUpdate & WithEncryptionConfiguration(EncryptionConfigurationT &&value)
const BufferingHints & GetBufferingHints() const
S3DestinationUpdate & WithBucketARN(BucketARNT &&value)
S3DestinationUpdate & WithPrefix(PrefixT &&value)
S3DestinationUpdate & WithBufferingHints(BufferingHintsT &&value)
AWS_FIREHOSE_API S3DestinationUpdate(Aws::Utils::Json::JsonView jsonValue)
bool RoleARNHasBeenSet() const
const EncryptionConfiguration & GetEncryptionConfiguration() const
CompressionFormat GetCompressionFormat() const
void SetBucketARN(BucketARNT &&value)
bool EncryptionConfigurationHasBeenSet() const
S3DestinationUpdate & WithCompressionFormat(CompressionFormat value)
bool CompressionFormatHasBeenSet() const
S3DestinationUpdate & WithRoleARN(RoleARNT &&value)
bool PrefixHasBeenSet() const
bool ErrorOutputPrefixHasBeenSet() const
void SetRoleARN(RoleARNT &&value)
bool BufferingHintsHasBeenSet() const
const Aws::String & GetBucketARN() const
void SetCompressionFormat(CompressionFormat value)
const Aws::String & GetPrefix() const
bool BucketARNHasBeenSet() const
void SetErrorOutputPrefix(ErrorOutputPrefixT &&value)
void SetEncryptionConfiguration(EncryptionConfigurationT &&value)
const Aws::String & GetRoleARN() const
AWS_FIREHOSE_API S3DestinationUpdate()=default
bool CloudWatchLoggingOptionsHasBeenSet() const
const CloudWatchLoggingOptions & GetCloudWatchLoggingOptions() const
void SetBufferingHints(BufferingHintsT &&value)
S3DestinationUpdate & WithErrorOutputPrefix(ErrorOutputPrefixT &&value)
const Aws::String & GetErrorOutputPrefix() const
AWS_FIREHOSE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_FIREHOSE_API S3DestinationUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue