7#include <aws/elasticbeanstalk/ElasticBeanstalk_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/elasticbeanstalk/model/CPUUtilization.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
22namespace ElasticBeanstalk
40 AWS_ELASTICBEANSTALK_API
void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
50 template<
typename CPUUtilizationT = CPUUtilization>
51 void SetCPUUtilization(CPUUtilizationT&& value) { m_cPUUtilizationHasBeenSet =
true; m_cPUUtilization = std::forward<CPUUtilizationT>(value); }
52 template<
typename CPUUtilizationT = CPUUtilization>
65 template<
typename LoadAverageT = Aws::Vector<
double>>
66 void SetLoadAverage(LoadAverageT&& value) { m_loadAverageHasBeenSet =
true; m_loadAverage = std::forward<LoadAverageT>(value); }
67 template<
typename LoadAverageT = Aws::Vector<
double>>
74 bool m_cPUUtilizationHasBeenSet =
false;
77 bool m_loadAverageHasBeenSet =
false;
SystemStatus & WithCPUUtilization(CPUUtilizationT &&value)
AWS_ELASTICBEANSTALK_API SystemStatus()=default
const Aws::Vector< double > & GetLoadAverage() const
bool CPUUtilizationHasBeenSet() const
const CPUUtilization & GetCPUUtilization() const
AWS_ELASTICBEANSTALK_API SystemStatus & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_ELASTICBEANSTALK_API SystemStatus(const Aws::Utils::Xml::XmlNode &xmlNode)
SystemStatus & WithLoadAverage(LoadAverageT &&value)
bool LoadAverageHasBeenSet() const
void SetLoadAverage(LoadAverageT &&value)
SystemStatus & AddLoadAverage(double value)
void SetCPUUtilization(CPUUtilizationT &&value)
AWS_ELASTICBEANSTALK_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_ELASTICBEANSTALK_API void OutputToStream(Aws::OStream &oStream, const char *location) const
std::vector< T, Aws::Allocator< T > > Vector
std::basic_ostream< char, std::char_traits< char > > OStream