7#include <aws/s3/S3_EXPORTS.h>
8#include <aws/s3/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)
bool S3HasBeenSet() const
AWS_S3_API OutputLocation & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_S3_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
const S3Location & GetS3() const
AWS_S3_API OutputLocation(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_S3_API OutputLocation()=default