@Generated(value="software.amazon.awssdk:codegen") public final class ListFhirImportJobsRequest extends HealthLakeRequest implements ToCopyableBuilder<ListFhirImportJobsRequest.Builder,ListFhirImportJobsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListFhirImportJobsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListFhirImportJobsRequest.Builder |
builder() |
String |
datastoreId()
This parameter limits the response to the import job with the specified Data Store ID.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
jobName()
This parameter limits the response to the import job with the specified job name.
|
JobStatus |
jobStatus()
This parameter limits the response to the import job with the specified job status.
|
String |
jobStatusAsString()
This parameter limits the response to the import job with the specified job status.
|
Integer |
maxResults()
This parameter limits the number of results returned for a ListFHIRImportJobs to a maximum quantity specified by
the user.
|
String |
nextToken()
A pagination token used to identify the next page of results to return for a ListFHIRImportJobs query.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListFhirImportJobsRequest.Builder> |
serializableBuilderClass() |
Instant |
submittedAfter()
This parameter limits the response to FHIR import jobs submitted after a user specified date.
|
Instant |
submittedBefore()
This parameter limits the response to FHIR import jobs submitted before a user specified date.
|
ListFhirImportJobsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String datastoreId()
This parameter limits the response to the import job with the specified Data Store ID.
public final String nextToken()
A pagination token used to identify the next page of results to return for a ListFHIRImportJobs query.
public final Integer maxResults()
This parameter limits the number of results returned for a ListFHIRImportJobs to a maximum quantity specified by the user.
public final String jobName()
This parameter limits the response to the import job with the specified job name.
public final JobStatus jobStatus()
This parameter limits the response to the import job 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().
JobStatuspublic final String jobStatusAsString()
This parameter limits the response to the import job 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().
JobStatuspublic final Instant submittedBefore()
This parameter limits the response to FHIR import jobs submitted before a user specified date.
public final Instant submittedAfter()
This parameter limits the response to FHIR import jobs submitted after a user specified date.
public ListFhirImportJobsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListFhirImportJobsRequest.Builder,ListFhirImportJobsRequest>toBuilder in class HealthLakeRequestpublic static ListFhirImportJobsRequest.Builder builder()
public static Class<? extends ListFhirImportJobsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.