7#include <aws/rds/RDS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
44 inline double GetFrom()
const{
return m_from; }
46 inline void SetFrom(
double value) { m_fromHasBeenSet =
true; m_from = value; }
54 inline double GetTo()
const{
return m_to; }
56 inline void SetTo(
double value) { m_toHasBeenSet =
true; m_to = value; }
62 bool m_fromHasBeenSet =
false;
65 bool m_toHasBeenSet =
false;
AWS_RDS_API void OutputToStream(Aws::OStream &oStream, const char *location) const
AWS_RDS_API DoubleRange()
DoubleRange & WithTo(double value)
void SetFrom(double value)
AWS_RDS_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
DoubleRange & WithFrom(double value)
AWS_RDS_API DoubleRange(const Aws::Utils::Xml::XmlNode &xmlNode)
bool FromHasBeenSet() const
AWS_RDS_API DoubleRange & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool ToHasBeenSet() const
std::basic_ostream< char, std::char_traits< char > > OStream