Class ListFhirExportJobsRequest

    • Method Detail

      • datastoreId

        public final String datastoreId()

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

        Returns:
        This parameter limits the response to the export job with the specified data store ID.
      • nextToken

        public final String nextToken()

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

        Returns:
        A pagination token used to identify the next page of results to return for a ListFHIRExportJobs query.
      • maxResults

        public final Integer maxResults()

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

        Returns:
        This parameter limits the number of results returned for a ListFHIRExportJobs to a maximum quantity specified by the user.
      • jobName

        public final String jobName()

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

        Returns:
        This parameter limits the response to the export job with the specified job name.
      • jobStatus

        public final JobStatus jobStatus()

        This parameter limits the response to the export jobs with the specified job status.

        If the service returns an enum value that is not available in the current SDK version, jobStatus will return JobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from jobStatusAsString().

        Returns:
        This parameter limits the response to the export jobs with the specified job status.
        See Also:
        JobStatus
      • jobStatusAsString

        public final String jobStatusAsString()

        This parameter limits the response to the export jobs with the specified job status.

        If the service returns an enum value that is not available in the current SDK version, jobStatus will return JobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from jobStatusAsString().

        Returns:
        This parameter limits the response to the export jobs with the specified job status.
        See Also:
        JobStatus
      • submittedBefore

        public final Instant submittedBefore()

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

        Returns:
        This parameter limits the response to FHIR export jobs submitted before a user specified date.
      • submittedAfter

        public final Instant submittedAfter()

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

        Returns:
        This parameter limits the response to FHIR export jobs submitted after a user specified date.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object