7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/ec2/model/ArchitectureType.h>
12#include <aws/ec2/model/SupportedAdditionalProcessorFeature.h>
96 inline void SetManufacturer(
const char* value) { m_manufacturerHasBeenSet =
true; m_manufacturer.assign(value); }
104 bool m_supportedArchitecturesHasBeenSet =
false;
106 double m_sustainedClockSpeedInGhz;
107 bool m_sustainedClockSpeedInGhzHasBeenSet =
false;
110 bool m_supportedFeaturesHasBeenSet =
false;
113 bool m_manufacturerHasBeenSet =
false;
ProcessorInfo & AddSupportedFeatures(SupportedAdditionalProcessorFeature &&value)
const Aws::Vector< ArchitectureType > & GetSupportedArchitectures() const
void SetManufacturer(const char *value)
const Aws::String & GetManufacturer() const
bool SupportedArchitecturesHasBeenSet() const
ProcessorInfo & WithManufacturer(const Aws::String &value)
double GetSustainedClockSpeedInGhz() const
ProcessorInfo & AddSupportedArchitectures(const ArchitectureType &value)
ProcessorInfo & AddSupportedFeatures(const SupportedAdditionalProcessorFeature &value)
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
ProcessorInfo & WithSupportedFeatures(const Aws::Vector< SupportedAdditionalProcessorFeature > &value)
void SetSupportedArchitectures(const Aws::Vector< ArchitectureType > &value)
void SetManufacturer(const Aws::String &value)
AWS_EC2_API ProcessorInfo(const Aws::Utils::Xml::XmlNode &xmlNode)
ProcessorInfo & WithSupportedArchitectures(const Aws::Vector< ArchitectureType > &value)
void SetManufacturer(Aws::String &&value)
void SetSupportedArchitectures(Aws::Vector< ArchitectureType > &&value)
void SetSupportedFeatures(const Aws::Vector< SupportedAdditionalProcessorFeature > &value)
ProcessorInfo & WithSupportedFeatures(Aws::Vector< SupportedAdditionalProcessorFeature > &&value)
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
ProcessorInfo & WithManufacturer(Aws::String &&value)
ProcessorInfo & WithSupportedArchitectures(Aws::Vector< ArchitectureType > &&value)
const Aws::Vector< SupportedAdditionalProcessorFeature > & GetSupportedFeatures() const
ProcessorInfo & WithManufacturer(const char *value)
bool ManufacturerHasBeenSet() const
ProcessorInfo & WithSustainedClockSpeedInGhz(double value)
void SetSupportedFeatures(Aws::Vector< SupportedAdditionalProcessorFeature > &&value)
ProcessorInfo & AddSupportedArchitectures(ArchitectureType &&value)
AWS_EC2_API ProcessorInfo()
void SetSustainedClockSpeedInGhz(double value)
AWS_EC2_API ProcessorInfo & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool SupportedFeaturesHasBeenSet() const
bool SustainedClockSpeedInGhzHasBeenSet() const
SupportedAdditionalProcessorFeature
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
std::basic_ostream< char, std::char_traits< char > > OStream