81 inline void SetAccountId(
const char* value) { m_accountIdHasBeenSet =
true; m_accountId.assign(value); }
136 inline void SetBucket(
const char* value) { m_bucketHasBeenSet =
true; m_bucket.assign(value); }
211 inline void SetPrefix(
const char* value) { m_prefixHasBeenSet =
true; m_prefix.assign(value); }
268 bool m_accountIdHasBeenSet =
false;
271 bool m_bucketHasBeenSet =
false;
274 bool m_formatHasBeenSet =
false;
277 bool m_prefixHasBeenSet =
false;
280 bool m_encryptionHasBeenSet =
false;
void SetAccountId(const Aws::String &value)
bool BucketHasBeenSet() const
InventoryS3BucketDestination & WithEncryption(const InventoryEncryption &value)
InventoryS3BucketDestination & WithFormat(InventoryFormat &&value)
const Aws::String & GetPrefix() const
InventoryS3BucketDestination & WithPrefix(const Aws::String &value)
InventoryS3BucketDestination & WithBucket(const char *value)
AWS_S3_API InventoryS3BucketDestination()
bool AccountIdHasBeenSet() const
bool FormatHasBeenSet() const
AWS_S3_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
void SetBucket(Aws::String &&value)
const Aws::String & GetAccountId() const
InventoryS3BucketDestination & WithBucket(const Aws::String &value)
void SetAccountId(const char *value)
bool PrefixHasBeenSet() const
void SetFormat(InventoryFormat &&value)
InventoryS3BucketDestination & WithBucket(Aws::String &&value)
InventoryS3BucketDestination & WithFormat(const InventoryFormat &value)
void SetBucket(const char *value)
InventoryS3BucketDestination & WithAccountId(Aws::String &&value)
void SetFormat(const InventoryFormat &value)
InventoryS3BucketDestination & WithPrefix(Aws::String &&value)
void SetPrefix(const char *value)
void SetEncryption(const InventoryEncryption &value)
void SetBucket(const Aws::String &value)
InventoryS3BucketDestination & WithEncryption(InventoryEncryption &&value)
const InventoryEncryption & GetEncryption() const
AWS_S3_API InventoryS3BucketDestination & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
const InventoryFormat & GetFormat() const
void SetPrefix(Aws::String &&value)
bool EncryptionHasBeenSet() const
InventoryS3BucketDestination & WithAccountId(const char *value)
InventoryS3BucketDestination & WithAccountId(const Aws::String &value)
AWS_S3_API InventoryS3BucketDestination(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetBucket() const
void SetPrefix(const Aws::String &value)
void SetAccountId(Aws::String &&value)
InventoryS3BucketDestination & WithPrefix(const char *value)
void SetEncryption(InventoryEncryption &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String