superposition_sdk 0.100.1

Rust SDK to work with Superposition
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`UpdateVariable`](crate::operation::update_variable::builders::UpdateVariableFluentBuilder) operation.
                            ///
                            /// - The fluent builder is configurable:
    ///   - [`workspace_id(impl Into<String>)`](crate::operation::update_variable::builders::UpdateVariableFluentBuilder::workspace_id) / [`set_workspace_id(Option<String>)`](crate::operation::update_variable::builders::UpdateVariableFluentBuilder::set_workspace_id):<br>required: **true**<br>(undocumented)<br>
    ///   - [`org_id(impl Into<String>)`](crate::operation::update_variable::builders::UpdateVariableFluentBuilder::org_id) / [`set_org_id(Option<String>)`](crate::operation::update_variable::builders::UpdateVariableFluentBuilder::set_org_id):<br>required: **true**<br>(undocumented)<br>
    ///   - [`name(impl Into<String>)`](crate::operation::update_variable::builders::UpdateVariableFluentBuilder::name) / [`set_name(Option<String>)`](crate::operation::update_variable::builders::UpdateVariableFluentBuilder::set_name):<br>required: **true**<br>(undocumented)<br>
    ///   - [`value(impl Into<String>)`](crate::operation::update_variable::builders::UpdateVariableFluentBuilder::value) / [`set_value(Option<String>)`](crate::operation::update_variable::builders::UpdateVariableFluentBuilder::set_value):<br>required: **false**<br>(undocumented)<br>
    ///   - [`description(impl Into<String>)`](crate::operation::update_variable::builders::UpdateVariableFluentBuilder::description) / [`set_description(Option<String>)`](crate::operation::update_variable::builders::UpdateVariableFluentBuilder::set_description):<br>required: **false**<br>(undocumented)<br>
    ///   - [`change_reason(impl Into<String>)`](crate::operation::update_variable::builders::UpdateVariableFluentBuilder::change_reason) / [`set_change_reason(Option<String>)`](crate::operation::update_variable::builders::UpdateVariableFluentBuilder::set_change_reason):<br>required: **true**<br>(undocumented)<br>
                            /// - On success, responds with [`UpdateVariableOutput`](crate::operation::update_variable::UpdateVariableOutput) with field(s):
    ///   - [`name(String)`](crate::operation::update_variable::UpdateVariableOutput::name): (undocumented)
    ///   - [`value(String)`](crate::operation::update_variable::UpdateVariableOutput::value): (undocumented)
    ///   - [`description(String)`](crate::operation::update_variable::UpdateVariableOutput::description): (undocumented)
    ///   - [`change_reason(String)`](crate::operation::update_variable::UpdateVariableOutput::change_reason): (undocumented)
    ///   - [`created_by(String)`](crate::operation::update_variable::UpdateVariableOutput::created_by): (undocumented)
    ///   - [`created_at(DateTime)`](crate::operation::update_variable::UpdateVariableOutput::created_at): (undocumented)
    ///   - [`last_modified_by(String)`](crate::operation::update_variable::UpdateVariableOutput::last_modified_by): (undocumented)
    ///   - [`last_modified_at(DateTime)`](crate::operation::update_variable::UpdateVariableOutput::last_modified_at): (undocumented)
                            /// - On failure, responds with [`SdkError<UpdateVariableError>`](crate::operation::update_variable::UpdateVariableError)
    pub fn update_variable(&self) -> crate::operation::update_variable::builders::UpdateVariableFluentBuilder {
                                crate::operation::update_variable::builders::UpdateVariableFluentBuilder::new(self.handle.clone())
                            }
}