1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`GetSystemTemplate`](crate::operation::get_system_template::builders::GetSystemTemplateFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`id(impl Into<String>)`](crate::operation::get_system_template::builders::GetSystemTemplateFluentBuilder::id) / [`set_id(Option<String>)`](crate::operation::get_system_template::builders::GetSystemTemplateFluentBuilder::set_id):<br>required: **true**<br><p>The ID of the system to get. This ID must be in the user's namespace.</p> <p>The ID should be in the following format.</p> <p><code>urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME</code></p><br>
    ///   - [`revision_number(i64)`](crate::operation::get_system_template::builders::GetSystemTemplateFluentBuilder::revision_number) / [`set_revision_number(Option<i64>)`](crate::operation::get_system_template::builders::GetSystemTemplateFluentBuilder::set_revision_number):<br>required: **false**<br><p>The number that specifies the revision of the system to get.</p><br>
    /// - On success, responds with [`GetSystemTemplateOutput`](crate::operation::get_system_template::GetSystemTemplateOutput) with field(s):
    ///   - [`description(Option<SystemTemplateDescription>)`](crate::operation::get_system_template::GetSystemTemplateOutput::description): <p>An object that contains summary data about the system.</p>
    /// - On failure, responds with [`SdkError<GetSystemTemplateError>`](crate::operation::get_system_template::GetSystemTemplateError)
    #[deprecated(note = "since: 2022-08-30")]
    pub fn get_system_template(&self) -> crate::operation::get_system_template::builders::GetSystemTemplateFluentBuilder {
        crate::operation::get_system_template::builders::GetSystemTemplateFluentBuilder::new(self.handle.clone())
    }
}