44 void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
45 void OutputToStream(
Aws::OStream& oStream,
const char* location)
const;
55 inline void SetSockets(
long value) { m_socketsHasBeenSet =
true; m_sockets = value; }
65 inline long GetCores()
const{
return m_cores; }
70 inline void SetCores(
long value) { m_coresHasBeenSet =
true; m_cores = value; }
85 inline void SetTotalVCpus(
long value) { m_totalVCpusHasBeenSet =
true; m_totalVCpus = value; }
114 inline void SetInstanceType(
const char* value) { m_instanceTypeHasBeenSet =
true; m_instanceType.assign(value); }
136 bool m_socketsHasBeenSet;
138 bool m_coresHasBeenSet;
140 bool m_totalVCpusHasBeenSet;
142 bool m_instanceTypeHasBeenSet;
void SetTotalVCpus(long value)
void SetInstanceType(Aws::String &&value)
void SetInstanceType(const Aws::String &value)
HostProperties & WithCores(long value)
void SetCores(long value)
const Aws::String & GetInstanceType() const
std::basic_ostream< char, std::char_traits< char > > OStream
long GetTotalVCpus() const
HostProperties & WithInstanceType(const Aws::String &value)
HostProperties & WithInstanceType(Aws::String &&value)
HostProperties & WithTotalVCpus(long value)
HostProperties & WithSockets(long value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
void SetInstanceType(const char *value)
HostProperties & WithInstanceType(const char *value)
void SetSockets(long value)
JSON (JavaScript Object Notation).