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