153 inline void SetUnit(
const Unit& value) { m_unitHasBeenSet =
true; m_unit = value; }
158 inline void SetUnit(
Unit&& value) { m_unitHasBeenSet =
true; m_unit = std::move(value); }
173 bool m_nameHasBeenSet;
176 bool m_thresholdHasBeenSet;
179 bool m_statisticHasBeenSet;
182 bool m_unitHasBeenSet;