7#include <aws/s3-crt/S3Crt_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/s3-crt/model/InventoryFormat.h>
10#include <aws/s3-crt/model/InventoryEncryption.h>
54 inline void SetAccountId(
const char* value) { m_accountIdHasBeenSet =
true; m_accountId.assign(value); }
69 inline void SetBucket(
const char* value) { m_bucketHasBeenSet =
true; m_bucket.assign(value); }
95 inline void SetPrefix(
const char* value) { m_prefixHasBeenSet =
true; m_prefix.assign(value); }
116 bool m_accountIdHasBeenSet =
false;
119 bool m_bucketHasBeenSet =
false;
122 bool m_formatHasBeenSet =
false;
125 bool m_prefixHasBeenSet =
false;
128 bool m_encryptionHasBeenSet =
false;
const InventoryEncryption & GetEncryption() const
InventoryS3BucketDestination & WithPrefix(const Aws::String &value)
const InventoryFormat & GetFormat() const
InventoryS3BucketDestination & WithBucket(Aws::String &&value)
void SetFormat(const InventoryFormat &value)
bool AccountIdHasBeenSet() const
const Aws::String & GetAccountId() const
void SetAccountId(const char *value)
void SetFormat(InventoryFormat &&value)
bool FormatHasBeenSet() const
InventoryS3BucketDestination & WithEncryption(InventoryEncryption &&value)
const Aws::String & GetPrefix() const
bool BucketHasBeenSet() const
bool PrefixHasBeenSet() const
void SetEncryption(InventoryEncryption &&value)
void SetPrefix(const Aws::String &value)
void SetAccountId(Aws::String &&value)
AWS_S3CRT_API InventoryS3BucketDestination(const Aws::Utils::Xml::XmlNode &xmlNode)
InventoryS3BucketDestination & WithPrefix(Aws::String &&value)
void SetPrefix(Aws::String &&value)
void SetBucket(const Aws::String &value)
InventoryS3BucketDestination & WithFormat(const InventoryFormat &value)
InventoryS3BucketDestination & WithBucket(const Aws::String &value)
void SetBucket(Aws::String &&value)
AWS_S3CRT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
InventoryS3BucketDestination & WithEncryption(const InventoryEncryption &value)
void SetEncryption(const InventoryEncryption &value)
InventoryS3BucketDestination & WithFormat(InventoryFormat &&value)
InventoryS3BucketDestination & WithAccountId(Aws::String &&value)
void SetAccountId(const Aws::String &value)
void SetPrefix(const char *value)
InventoryS3BucketDestination & WithAccountId(const char *value)
InventoryS3BucketDestination & WithBucket(const char *value)
InventoryS3BucketDestination & WithAccountId(const Aws::String &value)
InventoryS3BucketDestination & WithPrefix(const char *value)
const Aws::String & GetBucket() const
AWS_S3CRT_API InventoryS3BucketDestination & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool EncryptionHasBeenSet() const
AWS_S3CRT_API InventoryS3BucketDestination()
void SetBucket(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String