1
2
3
4
5
6
7
8
9
10
11
12
13
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`GetJobManifest`](crate::operation::get_job_manifest::builders::GetJobManifestFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`job_id(impl Into<String>)`](crate::operation::get_job_manifest::builders::GetJobManifestFluentBuilder::job_id) / [`set_job_id(Option<String>)`](crate::operation::get_job_manifest::builders::GetJobManifestFluentBuilder::set_job_id):<br>required: **true**<br><p>The ID for a job that you want to get the manifest file for, for example <code>JID123e4567-e89b-12d3-a456-426655440000</code>.</p><br>
    /// - On success, responds with [`GetJobManifestOutput`](crate::operation::get_job_manifest::GetJobManifestOutput) with field(s):
    ///   - [`manifest_uri(Option<String>)`](crate::operation::get_job_manifest::GetJobManifestOutput::manifest_uri): <p>The Amazon S3 presigned URL for the manifest file associated with the specified <code>JobId</code> value.</p>
    /// - On failure, responds with [`SdkError<GetJobManifestError>`](crate::operation::get_job_manifest::GetJobManifestError)
    pub fn get_job_manifest(&self) -> crate::operation::get_job_manifest::builders::GetJobManifestFluentBuilder {
        crate::operation::get_job_manifest::builders::GetJobManifestFluentBuilder::new(self.handle.clone())
    }
}