7#include <aws/pipes/Pipes_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/pipes/model/S3OutputFormat.h>
51 inline void SetBucketName(
const char* value) { m_bucketNameHasBeenSet =
true; m_bucketName.assign(value); }
69 inline void SetPrefix(
const char* value) { m_prefixHasBeenSet =
true; m_prefix.assign(value); }
84 inline void SetBucketOwner(
const char* value) { m_bucketOwnerHasBeenSet =
true; m_bucketOwner.assign(value); }
105 bool m_bucketNameHasBeenSet =
false;
108 bool m_prefixHasBeenSet =
false;
111 bool m_bucketOwnerHasBeenSet =
false;
114 bool m_outputFormatHasBeenSet =
false;
AWS_PIPES_API S3LogDestination(Aws::Utils::Json::JsonView jsonValue)
void SetOutputFormat(const S3OutputFormat &value)
S3LogDestination & WithPrefix(const char *value)
const Aws::String & GetPrefix() const
const S3OutputFormat & GetOutputFormat() const
void SetBucketOwner(Aws::String &&value)
AWS_PIPES_API Aws::Utils::Json::JsonValue Jsonize() const
S3LogDestination & WithPrefix(const Aws::String &value)
S3LogDestination & WithBucketName(const char *value)
S3LogDestination & WithPrefix(Aws::String &&value)
S3LogDestination & WithBucketName(const Aws::String &value)
void SetBucketName(const char *value)
void SetPrefix(const Aws::String &value)
void SetBucketName(Aws::String &&value)
S3LogDestination & WithOutputFormat(S3OutputFormat &&value)
const Aws::String & GetBucketOwner() const
void SetBucketName(const Aws::String &value)
S3LogDestination & WithBucketName(Aws::String &&value)
void SetBucketOwner(const Aws::String &value)
S3LogDestination & WithBucketOwner(const char *value)
bool BucketNameHasBeenSet() const
void SetBucketOwner(const char *value)
const Aws::String & GetBucketName() const
void SetOutputFormat(S3OutputFormat &&value)
S3LogDestination & WithBucketOwner(Aws::String &&value)
S3LogDestination & WithBucketOwner(const Aws::String &value)
AWS_PIPES_API S3LogDestination & operator=(Aws::Utils::Json::JsonView jsonValue)
bool PrefixHasBeenSet() const
AWS_PIPES_API S3LogDestination()
void SetPrefix(Aws::String &&value)
S3LogDestination & WithOutputFormat(const S3OutputFormat &value)
void SetPrefix(const char *value)
bool OutputFormatHasBeenSet() const
bool BucketOwnerHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue