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