7#include <aws/devicefarm/DeviceFarm_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
35 AWS_DEVICEFARM_API
CPU() =
default;
47 template<
typename FrequencyT = Aws::String>
48 void SetFrequency(FrequencyT&& value) { m_frequencyHasBeenSet =
true; m_frequency = std::forward<FrequencyT>(value); }
49 template<
typename FrequencyT = Aws::String>
59 template<
typename ArchitectureT = Aws::String>
60 void SetArchitecture(ArchitectureT&& value) { m_architectureHasBeenSet =
true; m_architecture = std::forward<ArchitectureT>(value); }
61 template<
typename ArchitectureT = Aws::String>
70 inline double GetClock()
const {
return m_clock; }
72 inline void SetClock(
double value) { m_clockHasBeenSet =
true; m_clock = value; }
78 bool m_frequencyHasBeenSet =
false;
81 bool m_architectureHasBeenSet =
false;
84 bool m_clockHasBeenSet =
false;
AWS_DEVICEFARM_API CPU & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ClockHasBeenSet() const
bool ArchitectureHasBeenSet() const
CPU & WithClock(double value)
const Aws::String & GetFrequency() const
bool FrequencyHasBeenSet() const
AWS_DEVICEFARM_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DEVICEFARM_API CPU()=default
void SetArchitecture(ArchitectureT &&value)
CPU & WithArchitecture(ArchitectureT &&value)
void SetClock(double value)
AWS_DEVICEFARM_API CPU(Aws::Utils::Json::JsonView jsonValue)
void SetFrequency(FrequencyT &&value)
CPU & WithFrequency(FrequencyT &&value)
const Aws::String & GetArchitecture() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue