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 [`GetDevEndpoint`](crate::operation::get_dev_endpoint::builders::GetDevEndpointFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`endpoint_name(impl Into<String>)`](crate::operation::get_dev_endpoint::builders::GetDevEndpointFluentBuilder::endpoint_name) / [`set_endpoint_name(Option<String>)`](crate::operation::get_dev_endpoint::builders::GetDevEndpointFluentBuilder::set_endpoint_name):<br>required: **true**<br><p>Name of the <code>DevEndpoint</code> to retrieve information for.</p><br>
    /// - On success, responds with [`GetDevEndpointOutput`](crate::operation::get_dev_endpoint::GetDevEndpointOutput) with field(s):
    ///   - [`dev_endpoint(Option<DevEndpoint>)`](crate::operation::get_dev_endpoint::GetDevEndpointOutput::dev_endpoint): <p>A <code>DevEndpoint</code> definition.</p>
    /// - On failure, responds with [`SdkError<GetDevEndpointError>`](crate::operation::get_dev_endpoint::GetDevEndpointError)
    pub fn get_dev_endpoint(&self) -> crate::operation::get_dev_endpoint::builders::GetDevEndpointFluentBuilder {
        crate::operation::get_dev_endpoint::builders::GetDevEndpointFluentBuilder::new(self.handle.clone())
    }
}