7#include <aws/pipes/Pipes_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/pipes/model/S3OutputFormat.h>
49 template<
typename BucketNameT = Aws::String>
50 void SetBucketName(BucketNameT&& value) { m_bucketNameHasBeenSet =
true; m_bucketName = std::forward<BucketNameT>(value); }
51 template<
typename BucketNameT = Aws::String>
65 template<
typename PrefixT = Aws::String>
66 void SetPrefix(PrefixT&& value) { m_prefixHasBeenSet =
true; m_prefix = std::forward<PrefixT>(value); }
67 template<
typename PrefixT = Aws::String>
78 template<
typename BucketOwnerT = Aws::String>
79 void SetBucketOwner(BucketOwnerT&& value) { m_bucketOwnerHasBeenSet =
true; m_bucketOwner = std::forward<BucketOwnerT>(value); }
80 template<
typename BucketOwnerT = Aws::String>
97 bool m_bucketNameHasBeenSet =
false;
100 bool m_prefixHasBeenSet =
false;
103 bool m_bucketOwnerHasBeenSet =
false;
106 bool m_outputFormatHasBeenSet =
false;
AWS_PIPES_API S3LogDestination(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetPrefix() const
AWS_PIPES_API Aws::Utils::Json::JsonValue Jsonize() const
S3LogDestination & WithBucketOwner(BucketOwnerT &&value)
const Aws::String & GetBucketOwner() const
void SetBucketName(BucketNameT &&value)
void SetBucketOwner(BucketOwnerT &&value)
bool BucketNameHasBeenSet() const
const Aws::String & GetBucketName() const
S3LogDestination & WithPrefix(PrefixT &&value)
AWS_PIPES_API S3LogDestination & operator=(Aws::Utils::Json::JsonView jsonValue)
bool PrefixHasBeenSet() const
void SetPrefix(PrefixT &&value)
void SetOutputFormat(S3OutputFormat value)
AWS_PIPES_API S3LogDestination()=default
S3LogDestination & WithOutputFormat(S3OutputFormat value)
S3OutputFormat GetOutputFormat() const
S3LogDestination & WithBucketName(BucketNameT &&value)
bool OutputFormatHasBeenSet() const
bool BucketOwnerHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue