7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/ec2/EC2_EXPORTS.h>
9#include <aws/ec2/model/DiskType.h>
43 m_sizeInGBHasBeenSet =
true;
56 inline int GetCount()
const {
return m_count; }
59 m_countHasBeenSet =
true;
75 m_typeHasBeenSet =
true;
84 long long m_sizeInGB{0};
89 bool m_sizeInGBHasBeenSet =
false;
90 bool m_countHasBeenSet =
false;
91 bool m_typeHasBeenSet =
false;
DiskInfo & WithType(DiskType value)
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
void SetSizeInGB(long long value)
AWS_EC2_API DiskInfo & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
DiskInfo & WithCount(int value)
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_EC2_API DiskInfo()=default
bool CountHasBeenSet() const
DiskInfo & WithSizeInGB(long long value)
void SetType(DiskType value)
AWS_EC2_API DiskInfo(const Aws::Utils::Xml::XmlNode &xmlNode)
bool SizeInGBHasBeenSet() const
bool TypeHasBeenSet() const
long long GetSizeInGB() const
std::basic_ostream< char, std::char_traits< char > > OStream