1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`GetDeviceProfile`](crate::operation::get_device_profile::builders::GetDeviceProfileFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`id(impl Into<String>)`](crate::operation::get_device_profile::builders::GetDeviceProfileFluentBuilder::id) / [`set_id(Option<String>)`](crate::operation::get_device_profile::builders::GetDeviceProfileFluentBuilder::set_id):<br>required: **true**<br><p>The ID of the resource to get.</p><br>
    /// - On success, responds with [`GetDeviceProfileOutput`](crate::operation::get_device_profile::GetDeviceProfileOutput) with field(s):
    ///   - [`arn(Option<String>)`](crate::operation::get_device_profile::GetDeviceProfileOutput::arn): <p>The Amazon Resource Name of the resource.</p>
    ///   - [`name(Option<String>)`](crate::operation::get_device_profile::GetDeviceProfileOutput::name): <p>The name of the resource.</p>
    ///   - [`id(Option<String>)`](crate::operation::get_device_profile::GetDeviceProfileOutput::id): <p>The ID of the device profile.</p>
    ///   - [`lo_ra_wan(Option<LoRaWanDeviceProfile>)`](crate::operation::get_device_profile::GetDeviceProfileOutput::lo_ra_wan): <p>Information about the device profile.</p>
    ///   - [`sidewalk(Option<SidewalkGetDeviceProfile>)`](crate::operation::get_device_profile::GetDeviceProfileOutput::sidewalk): <p>Information about the Sidewalk parameters in the device profile.</p>
    /// - On failure, responds with [`SdkError<GetDeviceProfileError>`](crate::operation::get_device_profile::GetDeviceProfileError)
    pub fn get_device_profile(&self) -> crate::operation::get_device_profile::builders::GetDeviceProfileFluentBuilder {
        crate::operation::get_device_profile::builders::GetDeviceProfileFluentBuilder::new(self.handle.clone())
    }
}