aws-sdk-comprehendmedical 1.92.0

AWS SDK for AWS Comprehend Medical
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`ListRxNormInferenceJobs`](crate::operation::list_rx_norm_inference_jobs::builders::ListRxNormInferenceJobsFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`filter(ComprehendMedicalAsyncJobFilter)`](crate::operation::list_rx_norm_inference_jobs::builders::ListRxNormInferenceJobsFluentBuilder::filter) / [`set_filter(Option<ComprehendMedicalAsyncJobFilter>)`](crate::operation::list_rx_norm_inference_jobs::builders::ListRxNormInferenceJobsFluentBuilder::set_filter):<br>required: **false**<br><p>Filters the jobs that are returned. You can filter jobs based on their names, status, or the date and time that they were submitted. You can only set one filter at a time.</p><br>
    ///   - [`next_token(impl Into<String>)`](crate::operation::list_rx_norm_inference_jobs::builders::ListRxNormInferenceJobsFluentBuilder::next_token) / [`set_next_token(Option<String>)`](crate::operation::list_rx_norm_inference_jobs::builders::ListRxNormInferenceJobsFluentBuilder::set_next_token):<br>required: **false**<br><p>Identifies the next page of results to return.</p><br>
    ///   - [`max_results(i32)`](crate::operation::list_rx_norm_inference_jobs::builders::ListRxNormInferenceJobsFluentBuilder::max_results) / [`set_max_results(Option<i32>)`](crate::operation::list_rx_norm_inference_jobs::builders::ListRxNormInferenceJobsFluentBuilder::set_max_results):<br>required: **false**<br><p>Identifies the next page of results to return.</p><br>
    /// - On success, responds with [`ListRxNormInferenceJobsOutput`](crate::operation::list_rx_norm_inference_jobs::ListRxNormInferenceJobsOutput) with field(s):
    ///   - [`comprehend_medical_async_job_properties_list(Option<Vec::<ComprehendMedicalAsyncJobProperties>>)`](crate::operation::list_rx_norm_inference_jobs::ListRxNormInferenceJobsOutput::comprehend_medical_async_job_properties_list): <p>The maximum number of results to return in each page. The default is 100.</p>
    ///   - [`next_token(Option<String>)`](crate::operation::list_rx_norm_inference_jobs::ListRxNormInferenceJobsOutput::next_token): <p>Identifies the next page of results to return.</p>
    /// - On failure, responds with [`SdkError<ListRxNormInferenceJobsError>`](crate::operation::list_rx_norm_inference_jobs::ListRxNormInferenceJobsError)
    pub fn list_rx_norm_inference_jobs(&self) -> crate::operation::list_rx_norm_inference_jobs::builders::ListRxNormInferenceJobsFluentBuilder {
        crate::operation::list_rx_norm_inference_jobs::builders::ListRxNormInferenceJobsFluentBuilder::new(self.handle.clone())
    }
}