factory CreateHapgResponse.fromJson(Map<String, dynamic> json) { return CreateHapgResponse( hapgArn: json['HapgArn'] as String?, ); }