Class ListFhirImportJobsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.healthlake.model.HealthLakeRequest
-
- software.amazon.awssdk.services.healthlake.model.ListFhirImportJobsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListFhirImportJobsRequest.Builder,ListFhirImportJobsRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListFhirImportJobsRequest extends HealthLakeRequest implements ToCopyableBuilder<ListFhirImportJobsRequest.Builder,ListFhirImportJobsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListFhirImportJobsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListFhirImportJobsRequest.Builderbuilder()StringdatastoreId()This parameter limits the response to the import job with the specified data store ID.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringjobName()This parameter limits the response to the import job with the specified job name.JobStatusjobStatus()This parameter limits the response to the import job with the specified job status.StringjobStatusAsString()This parameter limits the response to the import job with the specified job status.IntegermaxResults()This parameter limits the number of results returned for a ListFHIRImportJobs to a maximum quantity specified by the user.StringnextToken()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()InstantsubmittedAfter()This parameter limits the response to FHIR import jobs submitted after a user specified date.InstantsubmittedBefore()This parameter limits the response to FHIR import jobs submitted before a user specified date.ListFhirImportJobsRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
datastoreId
public final String datastoreId()
This parameter limits the response to the import job with the specified data store ID.
- Returns:
- This parameter limits the response to the import 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 ListFHIRImportJobs query.
- Returns:
- A pagination token used to identify the next page of results to return for a ListFHIRImportJobs query.
-
maxResults
public final Integer maxResults()
This parameter limits the number of results returned for a ListFHIRImportJobs to a maximum quantity specified by the user.
- Returns:
- This parameter limits the number of results returned for a ListFHIRImportJobs to a maximum quantity specified by the user.
-
jobName
public final String jobName()
This parameter limits the response to the import job with the specified job name.
- Returns:
- This parameter limits the response to the import job with the specified job name.
-
jobStatus
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,
jobStatuswill returnJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromjobStatusAsString().- Returns:
- This parameter limits the response to the import job with the specified job status.
- See Also:
JobStatus
-
jobStatusAsString
public 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,
jobStatuswill returnJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromjobStatusAsString().- Returns:
- This parameter limits the response to the import job with the specified job status.
- See Also:
JobStatus
-
submittedBefore
public final Instant submittedBefore()
This parameter limits the response to FHIR import jobs submitted before a user specified date.
- Returns:
- This parameter limits the response to FHIR import jobs submitted before a user specified date.
-
submittedAfter
public final Instant submittedAfter()
This parameter limits the response to FHIR import jobs submitted after a user specified date.
- Returns:
- This parameter limits the response to FHIR import jobs submitted after a user specified date.
-
toBuilder
public ListFhirImportJobsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListFhirImportJobsRequest.Builder,ListFhirImportJobsRequest>- Specified by:
toBuilderin classHealthLakeRequest
-
builder
public static ListFhirImportJobsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListFhirImportJobsRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-