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 [`UpdateSoftwareSet`](crate::operation::update_software_set::builders::UpdateSoftwareSetFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`id(impl Into<String>)`](crate::operation::update_software_set::builders::UpdateSoftwareSetFluentBuilder::id) / [`set_id(Option<String>)`](crate::operation::update_software_set::builders::UpdateSoftwareSetFluentBuilder::set_id):<br>required: **true**<br><p>The ID of the software set to update.</p><br>
    ///   - [`validation_status(SoftwareSetValidationStatus)`](crate::operation::update_software_set::builders::UpdateSoftwareSetFluentBuilder::validation_status) / [`set_validation_status(Option<SoftwareSetValidationStatus>)`](crate::operation::update_software_set::builders::UpdateSoftwareSetFluentBuilder::set_validation_status):<br>required: **true**<br><p>An option to define if the software set has been validated.</p><br>
    /// - On success, responds with [`UpdateSoftwareSetOutput`](crate::operation::update_software_set::UpdateSoftwareSetOutput)
    /// - On failure, responds with [`SdkError<UpdateSoftwareSetError>`](crate::operation::update_software_set::UpdateSoftwareSetError)
    pub fn update_software_set(&self) -> crate::operation::update_software_set::builders::UpdateSoftwareSetFluentBuilder {
        crate::operation::update_software_set::builders::UpdateSoftwareSetFluentBuilder::new(self.handle.clone())
    }
}