Class ListFhirExportJobsRequest
- 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.ListFhirExportJobsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListFhirExportJobsRequest.Builder,ListFhirExportJobsRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListFhirExportJobsRequest extends HealthLakeRequest implements ToCopyableBuilder<ListFhirExportJobsRequest.Builder,ListFhirExportJobsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListFhirExportJobsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListFhirExportJobsRequest.Builderbuilder()StringdatastoreId()This parameter limits the response to the export 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 export job with the specified job name.JobStatusjobStatus()This parameter limits the response to the export jobs with the specified job status.StringjobStatusAsString()This parameter limits the response to the export jobs with the specified job status.IntegermaxResults()This parameter limits the number of results returned for a ListFHIRExportJobs to a maximum quantity specified by the user.StringnextToken()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()InstantsubmittedAfter()This parameter limits the response to FHIR export jobs submitted after a user specified date.InstantsubmittedBefore()This parameter limits the response to FHIR export jobs submitted before a user specified date.ListFhirExportJobsRequest.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 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,
jobStatuswill returnJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromjobStatusAsString().- 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,
jobStatuswill returnJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromjobStatusAsString().- 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.
-
toBuilder
public ListFhirExportJobsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListFhirExportJobsRequest.Builder,ListFhirExportJobsRequest>- Specified by:
toBuilderin classHealthLakeRequest
-
builder
public static ListFhirExportJobsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListFhirExportJobsRequest.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
-
-