// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`GetHarness`](crate::operation::get_harness::builders::GetHarnessFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`harness_id(impl Into<String>)`](crate::operation::get_harness::builders::GetHarnessFluentBuilder::harness_id) / [`set_harness_id(Option<String>)`](crate::operation::get_harness::builders::GetHarnessFluentBuilder::set_harness_id):<br>required: **true**<br><p>The ID of the harness to retrieve.</p><br>
/// - On success, responds with [`GetHarnessOutput`](crate::operation::get_harness::GetHarnessOutput) with field(s):
/// - [`harness(Option<Harness>)`](crate::operation::get_harness::GetHarnessOutput::harness): <p>The harness resource.</p>
/// - On failure, responds with [`SdkError<GetHarnessError>`](crate::operation::get_harness::GetHarnessError)
pub fn get_harness(&self) -> crate::operation::get_harness::builders::GetHarnessFluentBuilder {
crate::operation::get_harness::builders::GetHarnessFluentBuilder::new(self.handle.clone())
}
}