7#include <aws/s3-crt/S3Crt_EXPORTS.h>
8#include <aws/s3-crt/model/S3Location.h>
42 template <
typename S3T = S3Location>
44 m_s3HasBeenSet =
true;
45 m_s3 = std::forward<S3T>(value);
47 template <
typename S3T = S3Location>
49 SetS3(std::forward<S3T>(value));
55 bool m_s3HasBeenSet =
false;
OutputLocation & WithS3(S3T &&value)
AWS_S3CRT_API OutputLocation()=default
AWS_S3CRT_API OutputLocation(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_S3CRT_API OutputLocation & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
const S3Location & GetS3() const
bool S3HasBeenSet() const
AWS_S3CRT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const