func()

in client/client.go [297:300]


func (s *HaQueryDistinctClause) SetReserved(v string) *HaQueryDistinctClause {
	s.Reserved = &v
	return s
}