43 void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
44 void OutputToStream(
Aws::OStream& oStream,
const char* location)
const;
49 inline long GetFrom()
const{
return m_from; }
54 inline void SetFrom(
long value) { m_fromHasBeenSet =
true; m_from = value; }
64 inline long GetTo()
const{
return m_to; }
69 inline void SetTo(
long value) { m_toHasBeenSet =
true; m_to = value; }
78 bool m_fromHasBeenSet;
PortRange & WithTo(long value)
std::basic_ostream< char, std::char_traits< char > > OStream
PortRange & WithFrom(long value)
JSON (JavaScript Object Notation).