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