7#include <aws/s3-crt/S3Crt_EXPORTS.h>
8#include <aws/s3-crt/model/S3Location.h>
48 inline void SetS3(
const S3Location& value) { m_s3HasBeenSet =
true; m_s3 = value; }
49 inline void SetS3(
S3Location&& value) { m_s3HasBeenSet =
true; m_s3 = std::move(value); }
56 bool m_s3HasBeenSet =
false;
AWS_S3CRT_API OutputLocation()
void SetS3(S3Location &&value)
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
OutputLocation & WithS3(S3Location &&value)
void SetS3(const S3Location &value)
bool S3HasBeenSet() const
OutputLocation & WithS3(const S3Location &value)
AWS_S3CRT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const