// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`GetVersion`](crate::operation::get_version::builders::GetVersionFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`workspace_id(impl Into<String>)`](crate::operation::get_version::builders::GetVersionFluentBuilder::workspace_id) / [`set_workspace_id(Option<String>)`](crate::operation::get_version::builders::GetVersionFluentBuilder::set_workspace_id):<br>required: **true**<br>(undocumented)<br>
/// - [`org_id(impl Into<String>)`](crate::operation::get_version::builders::GetVersionFluentBuilder::org_id) / [`set_org_id(Option<String>)`](crate::operation::get_version::builders::GetVersionFluentBuilder::set_org_id):<br>required: **true**<br>(undocumented)<br>
/// - [`id(impl Into<String>)`](crate::operation::get_version::builders::GetVersionFluentBuilder::id) / [`set_id(Option<String>)`](crate::operation::get_version::builders::GetVersionFluentBuilder::set_id):<br>required: **true**<br>(undocumented)<br>
/// - On success, responds with [`GetVersionOutput`](crate::operation::get_version::GetVersionOutput) with field(s):
/// - [`id(String)`](crate::operation::get_version::GetVersionOutput::id): (undocumented)
/// - [`config(Document)`](crate::operation::get_version::GetVersionOutput::config): (undocumented)
/// - [`config_hash(String)`](crate::operation::get_version::GetVersionOutput::config_hash): (undocumented)
/// - [`created_at(DateTime)`](crate::operation::get_version::GetVersionOutput::created_at): (undocumented)
/// - [`description(String)`](crate::operation::get_version::GetVersionOutput::description): (undocumented)
/// - [`tags(Option<Vec::<String>>)`](crate::operation::get_version::GetVersionOutput::tags): (undocumented)
/// - On failure, responds with [`SdkError<GetVersionError>`](crate::operation::get_version::GetVersionError)
pub fn get_version(&self) -> crate::operation::get_version::builders::GetVersionFluentBuilder {
crate::operation::get_version::builders::GetVersionFluentBuilder::new(self.handle.clone())
}
}