aws_sdk_devicefarm/client/get_job.rs
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`GetJob`](crate::operation::get_job::builders::GetJobFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`arn(impl Into<String>)`](crate::operation::get_job::builders::GetJobFluentBuilder::arn) / [`set_arn(Option<String>)`](crate::operation::get_job::builders::GetJobFluentBuilder::set_arn):<br>required: **true**<br><p>The job's ARN.</p><br>
/// - On success, responds with [`GetJobOutput`](crate::operation::get_job::GetJobOutput) with field(s):
/// - [`job(Option<Job>)`](crate::operation::get_job::GetJobOutput::job): <p>An object that contains information about the requested job.</p>
/// - On failure, responds with [`SdkError<GetJobError>`](crate::operation::get_job::GetJobError)
pub fn get_job(&self) -> crate::operation::get_job::builders::GetJobFluentBuilder {
crate::operation::get_job::builders::GetJobFluentBuilder::new(self.handle.clone())
}
}