7#include <aws/s3/S3_EXPORTS.h>
8#include <aws/s3/model/InventoryS3BucketDestination.h>
48 template<
typename S3BucketDestinationT = InventoryS3BucketDestination>
49 void SetS3BucketDestination(S3BucketDestinationT&& value) { m_s3BucketDestinationHasBeenSet =
true; m_s3BucketDestination = std::forward<S3BucketDestinationT>(value); }
50 template<
typename S3BucketDestinationT = InventoryS3BucketDestination>
56 bool m_s3BucketDestinationHasBeenSet =
false;
void SetS3BucketDestination(S3BucketDestinationT &&value)
const InventoryS3BucketDestination & GetS3BucketDestination() const
AWS_S3_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
AWS_S3_API InventoryDestination()=default
InventoryDestination & WithS3BucketDestination(S3BucketDestinationT &&value)
bool S3BucketDestinationHasBeenSet() const
AWS_S3_API InventoryDestination(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_S3_API InventoryDestination & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)