7#include <aws/s3-crt/S3Crt_EXPORTS.h>
8#include <aws/s3-crt/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;
AWS_S3CRT_API InventoryDestination & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
const InventoryS3BucketDestination & GetS3BucketDestination() const
bool S3BucketDestinationHasBeenSet() const
void SetS3BucketDestination(S3BucketDestinationT &&value)
AWS_S3CRT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
AWS_S3CRT_API InventoryDestination(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_S3CRT_API InventoryDestination()=default
InventoryDestination & WithS3BucketDestination(S3BucketDestinationT &&value)