7#include <aws/mgn/Mgn_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
34 AWS_MGN_API
CPU() =
default;
44 inline long long GetCores()
const {
return m_cores; }
46 inline void SetCores(
long long value) { m_coresHasBeenSet =
true; m_cores = value; }
56 template<
typename ModelNameT = Aws::String>
57 void SetModelName(ModelNameT&& value) { m_modelNameHasBeenSet =
true; m_modelName = std::forward<ModelNameT>(value); }
58 template<
typename ModelNameT = Aws::String>
64 bool m_coresHasBeenSet =
false;
67 bool m_modelNameHasBeenSet =
false;
AWS_MGN_API CPU()=default
long long GetCores() const
void SetCores(long long value)
AWS_MGN_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MGN_API CPU(Aws::Utils::Json::JsonView jsonValue)
bool ModelNameHasBeenSet() const
bool CoresHasBeenSet() const
CPU & WithModelName(ModelNameT &&value)
const Aws::String & GetModelName() const
CPU & WithCores(long long value)
AWS_MGN_API CPU & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetModelName(ModelNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue