7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/rds/RDS_EXPORTS.h>
49 m_minCapacityHasBeenSet =
true;
50 m_minCapacity = value;
70 m_maxCapacityHasBeenSet =
true;
71 m_maxCapacity = value;
89 m_secondsUntilAutoPauseHasBeenSet =
true;
90 m_secondsUntilAutoPause = value;
98 double m_minCapacity{0.0};
100 double m_maxCapacity{0.0};
102 int m_secondsUntilAutoPause{0};
103 bool m_minCapacityHasBeenSet =
false;
104 bool m_maxCapacityHasBeenSet =
false;
105 bool m_secondsUntilAutoPauseHasBeenSet =
false;
void SetMinCapacity(double value)
ServerlessV2ScalingConfiguration & WithMinCapacity(double value)
double GetMinCapacity() const
AWS_RDS_API void OutputToStream(Aws::OStream &oStream, const char *location) const
AWS_RDS_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_RDS_API ServerlessV2ScalingConfiguration(const Aws::Utils::Xml::XmlNode &xmlNode)
bool MaxCapacityHasBeenSet() const
ServerlessV2ScalingConfiguration & WithMaxCapacity(double value)
ServerlessV2ScalingConfiguration & WithSecondsUntilAutoPause(int value)
int GetSecondsUntilAutoPause() const
bool SecondsUntilAutoPauseHasBeenSet() const
void SetSecondsUntilAutoPause(int value)
AWS_RDS_API ServerlessV2ScalingConfiguration & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetMaxCapacity(double value)
AWS_RDS_API ServerlessV2ScalingConfiguration()=default
double GetMaxCapacity() const
bool MinCapacityHasBeenSet() const
std::basic_ostream< char, std::char_traits< char > > OStream