7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/rds/RDS_EXPORTS.h>
37 inline int GetFrom()
const {
return m_from; }
40 m_fromHasBeenSet =
true;
53 inline int GetTo()
const {
return m_to; }
56 m_toHasBeenSet =
true;
72 inline int GetStep()
const {
return m_step; }
75 m_stepHasBeenSet =
true;
89 bool m_fromHasBeenSet =
false;
90 bool m_toHasBeenSet =
false;
91 bool m_stepHasBeenSet =
false;
AWS_RDS_API Range()=default
AWS_RDS_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_RDS_API Range & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
Range & WithTo(int value)
Range & WithStep(int value)
bool FromHasBeenSet() const
bool ToHasBeenSet() const
bool StepHasBeenSet() const
AWS_RDS_API Range(const Aws::Utils::Xml::XmlNode &xmlNode)
Range & WithFrom(int value)
AWS_RDS_API void OutputToStream(Aws::OStream &oStream, const char *location) const
std::basic_ostream< char, std::char_traits< char > > OStream