aws-sdk-bedrockagentcorecontrol 1.55.0

AWS SDK for Amazon Bedrock AgentCore Control
Documentation
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 [`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())
    }
}