factory CreateTaskResponse.fromJson(Map<String, dynamic> json) { return CreateTaskResponse( taskArn: json['TaskArn'] as String?, ); }