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