7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/s3/S3_EXPORTS.h>
9#include <aws/s3/model/InventoryEncryption.h>
10#include <aws/s3/model/InventoryFormat.h>
47 template <
typename AccountIdT = Aws::String>
49 m_accountIdHasBeenSet =
true;
50 m_accountId = std::forward<AccountIdT>(value);
52 template <
typename AccountIdT = Aws::String>
66 template <
typename BucketT = Aws::String>
68 m_bucketHasBeenSet =
true;
69 m_bucket = std::forward<BucketT>(value);
71 template <
typename BucketT = Aws::String>
85 m_formatHasBeenSet =
true;
100 template <
typename PrefixT = Aws::String>
102 m_prefixHasBeenSet =
true;
103 m_prefix = std::forward<PrefixT>(value);
105 template <
typename PrefixT = Aws::String>
119 template <
typename EncryptionT = InventoryEncryption>
121 m_encryptionHasBeenSet =
true;
122 m_encryption = std::forward<EncryptionT>(value);
124 template <
typename EncryptionT = InventoryEncryption>
139 InventoryEncryption m_encryption;
140 bool m_accountIdHasBeenSet =
false;
141 bool m_bucketHasBeenSet =
false;
142 bool m_formatHasBeenSet =
false;
143 bool m_prefixHasBeenSet =
false;
144 bool m_encryptionHasBeenSet =
false;
InventoryS3BucketDestination & WithBucket(BucketT &&value)
bool BucketHasBeenSet() const
const Aws::String & GetPrefix() const
void SetEncryption(EncryptionT &&value)
void SetBucket(BucketT &&value)
InventoryS3BucketDestination & WithEncryption(EncryptionT &&value)
InventoryS3BucketDestination & WithAccountId(AccountIdT &&value)
bool AccountIdHasBeenSet() const
bool FormatHasBeenSet() const
AWS_S3_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
void SetAccountId(AccountIdT &&value)
const Aws::String & GetAccountId() const
AWS_S3_API InventoryS3BucketDestination()=default
bool PrefixHasBeenSet() const
void SetPrefix(PrefixT &&value)
InventoryFormat GetFormat() const
const InventoryEncryption & GetEncryption() const
AWS_S3_API InventoryS3BucketDestination & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool EncryptionHasBeenSet() const
void SetFormat(InventoryFormat value)
AWS_S3_API InventoryS3BucketDestination(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetBucket() const
InventoryS3BucketDestination & WithPrefix(PrefixT &&value)
InventoryS3BucketDestination & WithFormat(InventoryFormat value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String