7#include <aws/firehose/Firehose_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/firehose/model/BufferingHints.h>
10#include <aws/firehose/model/CompressionFormat.h>
11#include <aws/firehose/model/EncryptionConfiguration.h>
12#include <aws/firehose/model/CloudWatchLoggingOptions.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>
68 template<
typename BucketARNT = Aws::String>
69 void SetBucketARN(BucketARNT&& value) { m_bucketARNHasBeenSet =
true; m_bucketARN = std::forward<BucketARNT>(value); }
70 template<
typename BucketARNT = Aws::String>
83 template<
typename PrefixT = Aws::String>
84 void SetPrefix(PrefixT&& value) { m_prefixHasBeenSet =
true; m_prefix = std::forward<PrefixT>(value); }
85 template<
typename PrefixT = Aws::String>
99 template<
typename ErrorOutputPrefixT = Aws::String>
100 void SetErrorOutputPrefix(ErrorOutputPrefixT&& value) { m_errorOutputPrefixHasBeenSet =
true; m_errorOutputPrefix = std::forward<ErrorOutputPrefixT>(value); }
101 template<
typename ErrorOutputPrefixT = Aws::String>
112 template<
typename BufferingH
intsT = BufferingH
ints>
113 void SetBufferingHints(BufferingHintsT&& value) { m_bufferingHintsHasBeenSet =
true; m_bufferingHints = std::forward<BufferingHintsT>(value); }
114 template<
typename BufferingH
intsT = BufferingH
ints>
139 template<
typename EncryptionConfigurationT = EncryptionConfiguration>
140 void SetEncryptionConfiguration(EncryptionConfigurationT&& value) { m_encryptionConfigurationHasBeenSet =
true; m_encryptionConfiguration = std::forward<EncryptionConfigurationT>(value); }
141 template<
typename EncryptionConfigurationT = EncryptionConfiguration>
151 template<
typename CloudWatchLoggingOptionsT = CloudWatchLoggingOptions>
152 void SetCloudWatchLoggingOptions(CloudWatchLoggingOptionsT&& value) { m_cloudWatchLoggingOptionsHasBeenSet =
true; m_cloudWatchLoggingOptions = std::forward<CloudWatchLoggingOptionsT>(value); }
153 template<
typename CloudWatchLoggingOptionsT = CloudWatchLoggingOptions>
159 bool m_roleARNHasBeenSet =
false;
162 bool m_bucketARNHasBeenSet =
false;
165 bool m_prefixHasBeenSet =
false;
168 bool m_errorOutputPrefixHasBeenSet =
false;
171 bool m_bufferingHintsHasBeenSet =
false;
174 bool m_compressionFormatHasBeenSet =
false;
176 EncryptionConfiguration m_encryptionConfiguration;
177 bool m_encryptionConfigurationHasBeenSet =
false;
179 CloudWatchLoggingOptions m_cloudWatchLoggingOptions;
180 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