aws_sdk_backup/client/describe_report_job.rs
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DescribeReportJob`](crate::operation::describe_report_job::builders::DescribeReportJobFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`report_job_id(impl Into<String>)`](crate::operation::describe_report_job::builders::DescribeReportJobFluentBuilder::report_job_id) / [`set_report_job_id(Option<String>)`](crate::operation::describe_report_job::builders::DescribeReportJobFluentBuilder::set_report_job_id):<br>required: **true**<br><p>The identifier of the report job. A unique, randomly generated, Unicode, UTF-8 encoded string that is at most 1,024 bytes long. The report job ID cannot be edited.</p><br>
/// - On success, responds with [`DescribeReportJobOutput`](crate::operation::describe_report_job::DescribeReportJobOutput) with field(s):
/// - [`report_job(Option<ReportJob>)`](crate::operation::describe_report_job::DescribeReportJobOutput::report_job): <p>The information about a report job, including its completion and creation times, report destination, unique report job ID, Amazon Resource Name (ARN), report template, status, and status message.</p>
/// - On failure, responds with [`SdkError<DescribeReportJobError>`](crate::operation::describe_report_job::DescribeReportJobError)
pub fn describe_report_job(&self) -> crate::operation::describe_report_job::builders::DescribeReportJobFluentBuilder {
crate::operation::describe_report_job::builders::DescribeReportJobFluentBuilder::new(self.handle.clone())
}
}