// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`CancelMailboxExportJob`](crate::operation::cancel_mailbox_export_job::builders::CancelMailboxExportJobFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`client_token(impl ::std::convert::Into<String>)`](crate::operation::cancel_mailbox_export_job::builders::CancelMailboxExportJobFluentBuilder::client_token) / [`set_client_token(Option<String>)`](crate::operation::cancel_mailbox_export_job::builders::CancelMailboxExportJobFluentBuilder::set_client_token): <p>The idempotency token for the client request.</p>
/// - [`job_id(impl ::std::convert::Into<String>)`](crate::operation::cancel_mailbox_export_job::builders::CancelMailboxExportJobFluentBuilder::job_id) / [`set_job_id(Option<String>)`](crate::operation::cancel_mailbox_export_job::builders::CancelMailboxExportJobFluentBuilder::set_job_id): <p>The job ID.</p>
/// - [`organization_id(impl ::std::convert::Into<String>)`](crate::operation::cancel_mailbox_export_job::builders::CancelMailboxExportJobFluentBuilder::organization_id) / [`set_organization_id(Option<String>)`](crate::operation::cancel_mailbox_export_job::builders::CancelMailboxExportJobFluentBuilder::set_organization_id): <p>The organization ID.</p>
/// - On success, responds with [`CancelMailboxExportJobOutput`](crate::operation::cancel_mailbox_export_job::CancelMailboxExportJobOutput)
/// - On failure, responds with [`SdkError<CancelMailboxExportJobError>`](crate::operation::cancel_mailbox_export_job::CancelMailboxExportJobError)
pub fn cancel_mailbox_export_job(&self) -> crate::operation::cancel_mailbox_export_job::builders::CancelMailboxExportJobFluentBuilder {
crate::operation::cancel_mailbox_export_job::builders::CancelMailboxExportJobFluentBuilder::new(self.handle.clone())
}
}