7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/ec2/EC2_EXPORTS.h>
11#include <aws/ec2/model/ArchitectureType.h>
12#include <aws/ec2/model/SupportedAdditionalProcessorFeature.h>
46 template <
typename SupportedArchitecturesT = Aws::Vector<ArchitectureType>>
48 m_supportedArchitecturesHasBeenSet =
true;
49 m_supportedArchitectures = std::forward<SupportedArchitecturesT>(value);
51 template <
typename SupportedArchitecturesT = Aws::Vector<ArchitectureType>>
57 m_supportedArchitecturesHasBeenSet =
true;
58 m_supportedArchitectures.push_back(value);
70 m_sustainedClockSpeedInGhzHasBeenSet =
true;
71 m_sustainedClockSpeedInGhz = value;
89 template <
typename SupportedFeaturesT = Aws::Vector<SupportedAdditionalProcessorFeature>>
91 m_supportedFeaturesHasBeenSet =
true;
92 m_supportedFeatures = std::forward<SupportedFeaturesT>(value);
94 template <
typename SupportedFeaturesT = Aws::Vector<SupportedAdditionalProcessorFeature>>
100 m_supportedFeaturesHasBeenSet =
true;
101 m_supportedFeatures.push_back(value);
112 template <
typename ManufacturerT = Aws::String>
114 m_manufacturerHasBeenSet =
true;
115 m_manufacturer = std::forward<ManufacturerT>(value);
117 template <
typename ManufacturerT = Aws::String>
126 double m_sustainedClockSpeedInGhz{0.0};
131 bool m_supportedArchitecturesHasBeenSet =
false;
132 bool m_sustainedClockSpeedInGhzHasBeenSet =
false;
133 bool m_supportedFeaturesHasBeenSet =
false;
134 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