57 inline void SetS3(
const S3Location& value) { m_s3HasBeenSet =
true; m_s3 = value; }
63 inline void SetS3(
S3Location&& value) { m_s3HasBeenSet =
true; m_s3 = std::move(value); }
80 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)