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>
53 template<
typename RoleARNT = Aws::String>
54 void SetRoleARN(RoleARNT&& value) { m_roleARNHasBeenSet =
true; m_roleARN = std::forward<RoleARNT>(value); }
55 template<
typename RoleARNT = Aws::String>
67 template<
typename BucketARNT = Aws::String>
68 void SetBucketARN(BucketARNT&& value) { m_bucketARNHasBeenSet =
true; m_bucketARN = std::forward<BucketARNT>(value); }
69 template<
typename BucketARNT = Aws::String>
82 template<
typename PrefixT = Aws::String>
83 void SetPrefix(PrefixT&& value) { m_prefixHasBeenSet =
true; m_prefix = std::forward<PrefixT>(value); }
84 template<
typename PrefixT = Aws::String>
98 template<
typename ErrorOutputPrefixT = Aws::String>
99 void SetErrorOutputPrefix(ErrorOutputPrefixT&& value) { m_errorOutputPrefixHasBeenSet =
true; m_errorOutputPrefix = std::forward<ErrorOutputPrefixT>(value); }
100 template<
typename ErrorOutputPrefixT = Aws::String>
111 template<
typename BufferingH
intsT = BufferingH
ints>
112 void SetBufferingHints(BufferingHintsT&& value) { m_bufferingHintsHasBeenSet =
true; m_bufferingHints = std::forward<BufferingHintsT>(value); }
113 template<
typename BufferingH
intsT = BufferingH
ints>
135 template<
typename EncryptionConfigurationT = EncryptionConfiguration>
136 void SetEncryptionConfiguration(EncryptionConfigurationT&& value) { m_encryptionConfigurationHasBeenSet =
true; m_encryptionConfiguration = std::forward<EncryptionConfigurationT>(value); }
137 template<
typename EncryptionConfigurationT = EncryptionConfiguration>
147 template<
typename CloudWatchLoggingOptionsT = CloudWatchLoggingOptions>
148 void SetCloudWatchLoggingOptions(CloudWatchLoggingOptionsT&& value) { m_cloudWatchLoggingOptionsHasBeenSet =
true; m_cloudWatchLoggingOptions = std::forward<CloudWatchLoggingOptionsT>(value); }
149 template<
typename CloudWatchLoggingOptionsT = CloudWatchLoggingOptions>
155 bool m_roleARNHasBeenSet =
false;
158 bool m_bucketARNHasBeenSet =
false;
161 bool m_prefixHasBeenSet =
false;
164 bool m_errorOutputPrefixHasBeenSet =
false;
167 bool m_bufferingHintsHasBeenSet =
false;
170 bool m_compressionFormatHasBeenSet =
false;
172 EncryptionConfiguration m_encryptionConfiguration;
173 bool m_encryptionConfigurationHasBeenSet =
false;
175 CloudWatchLoggingOptions m_cloudWatchLoggingOptions;
176 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