factory PutScalingPolicyOutput.fromJson(Map<String, dynamic> json) { return PutScalingPolicyOutput( name: json['Name'] as String?, ); }