7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/ec2/model/GpuDeviceMemoryInfo.h>
52 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
66 inline void SetManufacturer(
const char* value) { m_manufacturerHasBeenSet =
true; m_manufacturer.assign(value); }
78 inline void SetCount(
int value) { m_countHasBeenSet =
true; m_count = value; }
96 bool m_nameHasBeenSet =
false;
99 bool m_manufacturerHasBeenSet =
false;
102 bool m_countHasBeenSet =
false;
105 bool m_memoryInfoHasBeenSet =
false;
GpuDeviceInfo & WithMemoryInfo(GpuDeviceMemoryInfo &&value)
GpuDeviceInfo & WithName(Aws::String &&value)
const Aws::String & GetName() const
bool CountHasBeenSet() const
void SetManufacturer(const Aws::String &value)
GpuDeviceInfo & WithName(const Aws::String &value)
GpuDeviceInfo & WithMemoryInfo(const GpuDeviceMemoryInfo &value)
void SetManufacturer(Aws::String &&value)
void SetMemoryInfo(const GpuDeviceMemoryInfo &value)
const GpuDeviceMemoryInfo & GetMemoryInfo() const
void SetManufacturer(const char *value)
AWS_EC2_API GpuDeviceInfo()
bool NameHasBeenSet() const
GpuDeviceInfo & WithManufacturer(const Aws::String &value)
void SetName(const char *value)
bool ManufacturerHasBeenSet() const
const Aws::String & GetManufacturer() const
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
void SetName(Aws::String &&value)
AWS_EC2_API GpuDeviceInfo & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetName(const Aws::String &value)
GpuDeviceInfo & WithManufacturer(Aws::String &&value)
GpuDeviceInfo & WithManufacturer(const char *value)
GpuDeviceInfo & WithCount(int value)
bool MemoryInfoHasBeenSet() const
void SetMemoryInfo(GpuDeviceMemoryInfo &&value)
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
AWS_EC2_API GpuDeviceInfo(const Aws::Utils::Xml::XmlNode &xmlNode)
GpuDeviceInfo & WithName(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream