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