7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/ec2/model/S3Storage.h>
49 template<
typename S3T = S3Storage>
50 void SetS3(S3T&& value) { m_s3HasBeenSet =
true; m_s3 = std::forward<S3T>(value); }
51 template<
typename S3T = S3Storage>
57 bool m_s3HasBeenSet =
false;
bool S3HasBeenSet() const
AWS_EC2_API Storage & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_EC2_API Storage()=default
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)
Storage & WithS3(S3T &&value)
const S3Storage & GetS3() const
std::basic_ostream< char, std::char_traits< char > > OStream