7#include <aws/s3/S3_EXPORTS.h>
8#include <aws/s3/model/S3Location.h>
48 template<
typename S3T = S3Location>
49 void SetS3(S3T&& value) { m_s3HasBeenSet =
true; m_s3 = std::forward<S3T>(value); }
50 template<
typename S3T = S3Location>
56 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