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