7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/ec2/model/S3Storage.h>
49 inline void SetS3(
const S3Storage& value) { m_s3HasBeenSet =
true; m_s3 = value; }
50 inline void SetS3(
S3Storage&& value) { m_s3HasBeenSet =
true; m_s3 = std::move(value); }
57 bool m_s3HasBeenSet =
false;
bool S3HasBeenSet() const
void SetS3(const S3Storage &value)
AWS_EC2_API Storage & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
AWS_EC2_API Storage(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetS3(S3Storage &&value)
Storage & WithS3(const S3Storage &value)
Storage & WithS3(S3Storage &&value)
const S3Storage & GetS3() const
std::basic_ostream< char, std::char_traits< char > > OStream