Map<String, dynamic> toJson() { final metricName = this.metricName; final type = this.type; return { 'MetricName': metricName, 'Type': type.toValue(), }; }