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 int GetFrom()
const{
return m_from; }
54 inline void SetFrom(
int value) { m_fromHasBeenSet =
true; m_from = value; }
64 inline int GetTo()
const{
return m_to; }
69 inline void SetTo(
int value) { m_toHasBeenSet =
true; m_to = value; }
78 bool m_fromHasBeenSet;
PortRange & WithFrom(int value)
PortRange & WithTo(int value)
std::basic_ostream< char, std::char_traits< char > > OStream
JSON (JavaScript Object Notation).