45 void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
46 void OutputToStream(
Aws::OStream& oStream,
const char* location)
const;
51 inline long GetLine()
const{
return m_line; }
56 inline void SetLine(
long value) { m_lineHasBeenSet =
true; m_line = value; }
71 inline void SetColumn(
long value) { m_columnHasBeenSet =
true; m_column = value; }
80 bool m_lineHasBeenSet;
82 bool m_columnHasBeenSet;
Position & WithLine(long value)
Position & WithColumn(long value)
void SetColumn(long value)
std::basic_ostream< char, std::char_traits< char > > OStream
JSON (JavaScript Object Notation).