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