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 [`GetSoftwareSet`](crate::operation::get_software_set::builders::GetSoftwareSetFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`id(impl Into<String>)`](crate::operation::get_software_set::builders::GetSoftwareSetFluentBuilder::id) / [`set_id(Option<String>)`](crate::operation::get_software_set::builders::GetSoftwareSetFluentBuilder::set_id):<br>required: **true**<br><p>The ID of the software set for which to return information.</p><br>
    /// - On success, responds with [`GetSoftwareSetOutput`](crate::operation::get_software_set::GetSoftwareSetOutput) with field(s):
    ///   - [`software_set(Option<SoftwareSet>)`](crate::operation::get_software_set::GetSoftwareSetOutput::software_set): <p>Describes a software set.</p>
    /// - On failure, responds with [`SdkError<GetSoftwareSetError>`](crate::operation::get_software_set::GetSoftwareSetError)
    pub fn get_software_set(&self) -> crate::operation::get_software_set::builders::GetSoftwareSetFluentBuilder {
        crate::operation::get_software_set::builders::GetSoftwareSetFluentBuilder::new(self.handle.clone())
    }
}