@Generated(value="software.amazon.awssdk:codegen") public final class ListFhirExportJobsRequest extends HealthLakeRequest implements ToCopyableBuilder<ListFhirExportJobsRequest.Builder,ListFhirExportJobsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListFhirExportJobsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListFhirExportJobsRequest.Builder |
builder() |
String |
datastoreId()
This parameter limits the response to the export 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 export job with the specified job name.
|
JobStatus |
jobStatus()
This parameter limits the response to the export jobs with the specified job status.
|
String |
jobStatusAsString()
This parameter limits the response to the export jobs with the specified job status.
|
Integer |
maxResults()
This parameter limits the number of results returned for a ListFHIRExportJobs 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 ListFHIRExportJobs query.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListFhirExportJobsRequest.Builder> |
serializableBuilderClass() |
Instant |
submittedAfter()
This parameter limits the response to FHIR export jobs submitted after a user specified date.
|
Instant |
submittedBefore()
This parameter limits the response to FHIR export jobs submitted before a user specified date.
|
ListFhirExportJobsRequest.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 export 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 ListFHIRExportJobs query.
public final Integer maxResults()
This parameter limits the number of results returned for a ListFHIRExportJobs to a maximum quantity specified by the user.
public final String jobName()
This parameter limits the response to the export job with the specified job name.
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().
JobStatuspublic 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().
JobStatuspublic final Instant submittedBefore()
This parameter limits the response to FHIR export jobs submitted before a user specified date.
public final Instant submittedAfter()
This parameter limits the response to FHIR export jobs submitted after a user specified date.
public ListFhirExportJobsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListFhirExportJobsRequest.Builder,ListFhirExportJobsRequest>toBuilder in class HealthLakeRequestpublic static ListFhirExportJobsRequest.Builder builder()
public static Class<? extends ListFhirExportJobsRequest.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.