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