// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`GetExportJob`](crate::operation::get_export_job::builders::GetExportJobFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`application_id(impl Into<String>)`](crate::operation::get_export_job::builders::GetExportJobFluentBuilder::application_id) / [`set_application_id(Option<String>)`](crate::operation::get_export_job::builders::GetExportJobFluentBuilder::set_application_id): <p>The unique identifier for the application. This identifier is displayed as the <b>Project ID</b> on the Amazon Pinpoint console.</p>
/// - [`job_id(impl Into<String>)`](crate::operation::get_export_job::builders::GetExportJobFluentBuilder::job_id) / [`set_job_id(Option<String>)`](crate::operation::get_export_job::builders::GetExportJobFluentBuilder::set_job_id): <p>The unique identifier for the job.</p>
/// - On success, responds with [`GetExportJobOutput`](crate::operation::get_export_job::GetExportJobOutput) with field(s):
/// - [`export_job_response(Option<ExportJobResponse>)`](crate::operation::get_export_job::GetExportJobOutput::export_job_response): <p>Provides information about the status and settings of a job that exports endpoint definitions to a file. The file can be added directly to an Amazon Simple Storage Service (Amazon S3) bucket by using the Amazon Pinpoint API or downloaded directly to a computer by using the Amazon Pinpoint console.</p>
/// - On failure, responds with [`SdkError<GetExportJobError>`](crate::operation::get_export_job::GetExportJobError)
pub fn get_export_job(&self) -> crate::operation::get_export_job::builders::GetExportJobFluentBuilder {
crate::operation::get_export_job::builders::GetExportJobFluentBuilder::new(self.handle.clone())
}
}