func()

in client/client.go [222:225]


func (s *HaQueryAggregateClause) SetGroupKey(v string) *HaQueryAggregateClause {
	s.GroupKey = &v
	return s
}