7#include <aws/s3-crt/S3Crt_EXPORTS.h>
8#include <aws/s3-crt/model/Progress.h>
48 inline void SetDetails(
Progress&& value) { m_detailsHasBeenSet =
true; m_details = std::move(value); }
55 bool m_detailsHasBeenSet =
false;
const Progress & GetDetails() const
void SetDetails(Progress &&value)
AWS_S3CRT_API ProgressEvent & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool DetailsHasBeenSet() const
AWS_S3CRT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
ProgressEvent & WithDetails(const Progress &value)
AWS_S3CRT_API ProgressEvent()
ProgressEvent & WithDetails(Progress &&value)
void SetDetails(const Progress &value)
AWS_S3CRT_API ProgressEvent(const Aws::Utils::Xml::XmlNode &xmlNode)