7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/ec2/model/DiskType.h>
48 inline void SetSizeInGB(
long long value) { m_sizeInGBHasBeenSet =
true; m_sizeInGB = value; }
58 inline void SetCount(
int value) { m_countHasBeenSet =
true; m_count = value; }
68 inline void SetType(
const DiskType& value) { m_typeHasBeenSet =
true; m_type = value; }
69 inline void SetType(
DiskType&& value) { m_typeHasBeenSet =
true; m_type = std::move(value); }
76 bool m_sizeInGBHasBeenSet =
false;
79 bool m_countHasBeenSet =
false;
82 bool m_typeHasBeenSet =
false;
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
void SetType(const DiskType &value)
void SetType(DiskType &&value)
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
bool CountHasBeenSet() const
const DiskType & GetType() const
DiskInfo & WithSizeInGB(long long value)
DiskInfo & WithType(DiskType &&value)
AWS_EC2_API DiskInfo(const Aws::Utils::Xml::XmlNode &xmlNode)
bool SizeInGBHasBeenSet() const
bool TypeHasBeenSet() const
long long GetSizeInGB() const
DiskInfo & WithType(const DiskType &value)
std::basic_ostream< char, std::char_traits< char > > OStream