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>
52 template<
typename SupportedArchitecturesT = Aws::Vector<ArchitectureType>>
53 void SetSupportedArchitectures(SupportedArchitecturesT&& value) { m_supportedArchitecturesHasBeenSet =
true; m_supportedArchitectures = std::forward<SupportedArchitecturesT>(value); }
54 template<
typename SupportedArchitecturesT = Aws::Vector<ArchitectureType>>
79 template<
typename SupportedFeaturesT = Aws::Vector<SupportedAdditionalProcessorFeature>>
80 void SetSupportedFeatures(SupportedFeaturesT&& value) { m_supportedFeaturesHasBeenSet =
true; m_supportedFeatures = std::forward<SupportedFeaturesT>(value); }
81 template<
typename SupportedFeaturesT = Aws::Vector<SupportedAdditionalProcessorFeature>>
92 template<
typename ManufacturerT = Aws::String>
93 void SetManufacturer(ManufacturerT&& value) { m_manufacturerHasBeenSet =
true; m_manufacturer = std::forward<ManufacturerT>(value); }
94 template<
typename ManufacturerT = Aws::String>
100 bool m_supportedArchitecturesHasBeenSet =
false;
102 double m_sustainedClockSpeedInGhz{0.0};
103 bool m_sustainedClockSpeedInGhzHasBeenSet =
false;
106 bool m_supportedFeaturesHasBeenSet =
false;
109 bool m_manufacturerHasBeenSet =
false;
void SetManufacturer(ManufacturerT &&value)
AWS_EC2_API ProcessorInfo()=default
const Aws::Vector< ArchitectureType > & GetSupportedArchitectures() const
const Aws::String & GetManufacturer() const
bool SupportedArchitecturesHasBeenSet() const
double GetSustainedClockSpeedInGhz() const
ProcessorInfo & AddSupportedFeatures(SupportedAdditionalProcessorFeature value)
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
void SetSupportedArchitectures(SupportedArchitecturesT &&value)
AWS_EC2_API ProcessorInfo(const Aws::Utils::Xml::XmlNode &xmlNode)
ProcessorInfo & AddSupportedArchitectures(ArchitectureType value)
void SetSupportedFeatures(SupportedFeaturesT &&value)
ProcessorInfo & WithSupportedFeatures(SupportedFeaturesT &&value)
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
ProcessorInfo & WithManufacturer(ManufacturerT &&value)
const Aws::Vector< SupportedAdditionalProcessorFeature > & GetSupportedFeatures() const
bool ManufacturerHasBeenSet() const
ProcessorInfo & WithSustainedClockSpeedInGhz(double value)
void SetSustainedClockSpeedInGhz(double value)
ProcessorInfo & WithSupportedArchitectures(SupportedArchitecturesT &&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