1
2
3
4
5
6
7
8
9
10
11
12
13
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`StartIdMappingJob`](crate::operation::start_id_mapping_job::builders::StartIdMappingJobFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`workflow_name(impl Into<String>)`](crate::operation::start_id_mapping_job::builders::StartIdMappingJobFluentBuilder::workflow_name) / [`set_workflow_name(Option<String>)`](crate::operation::start_id_mapping_job::builders::StartIdMappingJobFluentBuilder::set_workflow_name):<br>required: **true**<br><p>The name of the ID mapping job to be retrieved.</p><br>
    /// - On success, responds with [`StartIdMappingJobOutput`](crate::operation::start_id_mapping_job::StartIdMappingJobOutput) with field(s):
    ///   - [`job_id(String)`](crate::operation::start_id_mapping_job::StartIdMappingJobOutput::job_id): <p>The ID of the job.</p>
    /// - On failure, responds with [`SdkError<StartIdMappingJobError>`](crate::operation::start_id_mapping_job::StartIdMappingJobError)
    pub fn start_id_mapping_job(&self) -> crate::operation::start_id_mapping_job::builders::StartIdMappingJobFluentBuilder {
        crate::operation::start_id_mapping_job::builders::StartIdMappingJobFluentBuilder::new(self.handle.clone())
    }
}