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/ec2/model/FpgaDeviceInfo.h>
63 inline void SetTotalFpgaMemoryInMiB(
int value) { m_totalFpgaMemoryInMiBHasBeenSet =
true; m_totalFpgaMemoryInMiB = value; }
69 bool m_fpgasHasBeenSet =
false;
71 int m_totalFpgaMemoryInMiB;
72 bool m_totalFpgaMemoryInMiBHasBeenSet =
false;
AWS_EC2_API FpgaInfo(const Aws::Utils::Xml::XmlNode &xmlNode)
bool FpgasHasBeenSet() const
FpgaInfo & WithTotalFpgaMemoryInMiB(int value)
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
FpgaInfo & WithFpgas(Aws::Vector< FpgaDeviceInfo > &&value)
const Aws::Vector< FpgaDeviceInfo > & GetFpgas() const
bool TotalFpgaMemoryInMiBHasBeenSet() const
FpgaInfo & WithFpgas(const Aws::Vector< FpgaDeviceInfo > &value)
void SetTotalFpgaMemoryInMiB(int value)
AWS_EC2_API FpgaInfo & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetFpgas(const Aws::Vector< FpgaDeviceInfo > &value)
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
FpgaInfo & AddFpgas(const FpgaDeviceInfo &value)
int GetTotalFpgaMemoryInMiB() const
void SetFpgas(Aws::Vector< FpgaDeviceInfo > &&value)
FpgaInfo & AddFpgas(FpgaDeviceInfo &&value)
std::vector< T, Aws::Allocator< T > > Vector
std::basic_ostream< char, std::char_traits< char > > OStream