AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the ListFHIRImportJobs operation. Lists all FHIR import jobs associated with an account and their statuses.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.HealthLake.AmazonHealthLakeRequest
      Amazon.HealthLake.Model.ListFHIRImportJobsRequest

Namespace: Amazon.HealthLake.Model
Assembly: AWSSDK.HealthLake.dll
Version: 3.x.y.z

Syntax

C#
public class ListFHIRImportJobsRequest : AmazonHealthLakeRequest
         IAmazonWebServiceRequest

The ListFHIRImportJobsRequest type exposes the following members

Constructors

NameDescription
Public Method ListFHIRImportJobsRequest()

Properties

NameTypeDescription
Public Property DatastoreId System.String

Gets and sets the property DatastoreId.

This parameter limits the response to the import job with the specified data store ID.

Public Property JobName System.String

Gets and sets the property JobName.

This parameter limits the response to the import job with the specified job name.

Public Property JobStatus Amazon.HealthLake.JobStatus

Gets and sets the property JobStatus.

This parameter limits the response to the import job with the specified job status.

Public Property MaxResults System.Int32

Gets and sets the property MaxResults.

This parameter limits the number of results returned for a ListFHIRImportJobs to a maximum quantity specified by the user.

Public Property NextToken System.String

Gets and sets the property NextToken.

A pagination token used to identify the next page of results to return for a ListFHIRImportJobs query.

Public Property SubmittedAfter System.DateTime

Gets and sets the property SubmittedAfter.

This parameter limits the response to FHIR import jobs submitted after a user specified date.

Public Property SubmittedBefore System.DateTime

Gets and sets the property SubmittedBefore.

This parameter limits the response to FHIR import jobs submitted before a user specified date.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5