7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/pipes/Pipes_EXPORTS.h>
9#include <aws/pipes/model/S3OutputFormat.h>
43 template <
typename BucketNameT = Aws::String>
45 m_bucketNameHasBeenSet =
true;
46 m_bucketName = std::forward<BucketNameT>(value);
48 template <
typename BucketNameT = Aws::String>
62 template <
typename BucketOwnerT = Aws::String>
64 m_bucketOwnerHasBeenSet =
true;
65 m_bucketOwner = std::forward<BucketOwnerT>(value);
67 template <
typename BucketOwnerT = Aws::String>
82 m_outputFormatHasBeenSet =
true;
83 m_outputFormat = value;
104 template <
typename PrefixT = Aws::String>
106 m_prefixHasBeenSet =
true;
107 m_prefix = std::forward<PrefixT>(value);
109 template <
typename PrefixT = Aws::String>
123 bool m_bucketNameHasBeenSet =
false;
124 bool m_bucketOwnerHasBeenSet =
false;
125 bool m_outputFormatHasBeenSet =
false;
126 bool m_prefixHasBeenSet =
false;
S3LogDestinationParameters & WithPrefix(PrefixT &&value)
AWS_PIPES_API S3LogDestinationParameters(Aws::Utils::Json::JsonView jsonValue)
void SetBucketOwner(BucketOwnerT &&value)
bool BucketNameHasBeenSet() const
S3LogDestinationParameters & WithBucketOwner(BucketOwnerT &&value)
S3OutputFormat GetOutputFormat() const
AWS_PIPES_API S3LogDestinationParameters & operator=(Aws::Utils::Json::JsonView jsonValue)
S3LogDestinationParameters & WithBucketName(BucketNameT &&value)
bool PrefixHasBeenSet() const
const Aws::String & GetPrefix() const
void SetPrefix(PrefixT &&value)
const Aws::String & GetBucketName() const
AWS_PIPES_API S3LogDestinationParameters()=default
void SetBucketName(BucketNameT &&value)
void SetOutputFormat(S3OutputFormat value)
S3LogDestinationParameters & WithOutputFormat(S3OutputFormat value)
const Aws::String & GetBucketOwner() const
bool OutputFormatHasBeenSet() const
bool BucketOwnerHasBeenSet() const
AWS_PIPES_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue