7#include <aws/neptune/Neptune_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
44 inline int GetFrom()
const{
return m_from; }
46 inline void SetFrom(
int value) { m_fromHasBeenSet =
true; m_from = value; }
54 inline int GetTo()
const{
return m_to; }
56 inline void SetTo(
int value) { m_toHasBeenSet =
true; m_to = value; }
67 inline int GetStep()
const{
return m_step; }
69 inline void SetStep(
int value) { m_stepHasBeenSet =
true; m_step = value; }
75 bool m_fromHasBeenSet =
false;
78 bool m_toHasBeenSet =
false;
81 bool m_stepHasBeenSet =
false;
Range & WithTo(int value)
Range & WithStep(int value)
Range & WithFrom(int value)
AWS_NEPTUNE_API Range & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_NEPTUNE_API Range(const Aws::Utils::Xml::XmlNode &xmlNode)
bool ToHasBeenSet() const
bool StepHasBeenSet() const
AWS_NEPTUNE_API void OutputToStream(Aws::OStream &oStream, const char *location) const
bool FromHasBeenSet() const
AWS_NEPTUNE_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
std::basic_ostream< char, std::char_traits< char > > OStream