// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`CreateExportJob`](crate::operation::create_export_job::builders::CreateExportJobFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`application_id(impl Into<String>)`](crate::operation::create_export_job::builders::CreateExportJobFluentBuilder::application_id) / [`set_application_id(Option<String>)`](crate::operation::create_export_job::builders::CreateExportJobFluentBuilder::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>
/// - [`export_job_request(ExportJobRequest)`](crate::operation::create_export_job::builders::CreateExportJobFluentBuilder::export_job_request) / [`set_export_job_request(Option<ExportJobRequest>)`](crate::operation::create_export_job::builders::CreateExportJobFluentBuilder::set_export_job_request): <p>Specifies the settings for a job that exports endpoint definitions to an Amazon Simple Storage Service (Amazon S3) bucket.</p>
/// - On success, responds with [`CreateExportJobOutput`](crate::operation::create_export_job::CreateExportJobOutput) with field(s):
/// - [`export_job_response(Option<ExportJobResponse>)`](crate::operation::create_export_job::CreateExportJobOutput::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<CreateExportJobError>`](crate::operation::create_export_job::CreateExportJobError)
pub fn create_export_job(&self) -> crate::operation::create_export_job::builders::CreateExportJobFluentBuilder {
crate::operation::create_export_job::builders::CreateExportJobFluentBuilder::new(self.handle.clone())
}
}