7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/ec2/model/CpuPerformanceFactorRequest.h>
56 template<
typename CpuT = CpuPerformanceFactorRequest>
57 void SetCpu(CpuT&& value) { m_cpuHasBeenSet =
true; m_cpu = std::forward<CpuT>(value); }
58 template<
typename CpuT = CpuPerformanceFactorRequest>
64 bool m_cpuHasBeenSet =
false;
std::basic_ostream< char, std::char_traits< char > > OStream