// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`BatchGetThreatModelJobs`](crate::operation::batch_get_threat_model_jobs::builders::BatchGetThreatModelJobsFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`threat_model_job_ids(impl Into<String>)`](crate::operation::batch_get_threat_model_jobs::builders::BatchGetThreatModelJobsFluentBuilder::threat_model_job_ids) / [`set_threat_model_job_ids(Option<Vec::<String>>)`](crate::operation::batch_get_threat_model_jobs::builders::BatchGetThreatModelJobsFluentBuilder::set_threat_model_job_ids):<br>required: **true**<br><p>The list of threat model job identifiers to retrieve.</p><br>
/// - [`agent_space_id(impl Into<String>)`](crate::operation::batch_get_threat_model_jobs::builders::BatchGetThreatModelJobsFluentBuilder::agent_space_id) / [`set_agent_space_id(Option<String>)`](crate::operation::batch_get_threat_model_jobs::builders::BatchGetThreatModelJobsFluentBuilder::set_agent_space_id):<br>required: **true**<br><p>The unique identifier of the agent space that contains the threat model jobs.</p><br>
/// - On success, responds with [`BatchGetThreatModelJobsOutput`](crate::operation::batch_get_threat_model_jobs::BatchGetThreatModelJobsOutput) with field(s):
/// - [`threat_model_jobs(Option<Vec::<ThreatModelJob>>)`](crate::operation::batch_get_threat_model_jobs::BatchGetThreatModelJobsOutput::threat_model_jobs): <p>The list of threat model jobs that were found.</p>
/// - [`not_found(Option<Vec::<String>>)`](crate::operation::batch_get_threat_model_jobs::BatchGetThreatModelJobsOutput::not_found): <p>The list of threat model job identifiers that were not found.</p>
/// - On failure, responds with [`SdkError<BatchGetThreatModelJobsError>`](crate::operation::batch_get_threat_model_jobs::BatchGetThreatModelJobsError)
pub fn batch_get_threat_model_jobs(&self) -> crate::operation::batch_get_threat_model_jobs::builders::BatchGetThreatModelJobsFluentBuilder {
crate::operation::batch_get_threat_model_jobs::builders::BatchGetThreatModelJobsFluentBuilder::new(self.handle.clone())
}
}