7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/mgn/Mgn_EXPORTS.h>
29 AWS_MGN_API
CPU() =
default;
38 inline long long GetCores()
const {
return m_cores; }
41 m_coresHasBeenSet =
true;
56 template <
typename ModelNameT = Aws::String>
58 m_modelNameHasBeenSet =
true;
59 m_modelName = std::forward<ModelNameT>(value);
61 template <
typename ModelNameT = Aws::String>
71 bool m_coresHasBeenSet =
false;
72 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