1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`GetWirelessGatewayCertificate`](crate::operation::get_wireless_gateway_certificate::builders::GetWirelessGatewayCertificateFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`id(impl Into<String>)`](crate::operation::get_wireless_gateway_certificate::builders::GetWirelessGatewayCertificateFluentBuilder::id) / [`set_id(Option<String>)`](crate::operation::get_wireless_gateway_certificate::builders::GetWirelessGatewayCertificateFluentBuilder::set_id):<br>required: **true**<br><p>The ID of the resource to get.</p><br>
    /// - On success, responds with [`GetWirelessGatewayCertificateOutput`](crate::operation::get_wireless_gateway_certificate::GetWirelessGatewayCertificateOutput) with field(s):
    ///   - [`iot_certificate_id(Option<String>)`](crate::operation::get_wireless_gateway_certificate::GetWirelessGatewayCertificateOutput::iot_certificate_id): <p>The ID of the certificate associated with the wireless gateway.</p>
    ///   - [`lo_ra_wan_network_server_certificate_id(Option<String>)`](crate::operation::get_wireless_gateway_certificate::GetWirelessGatewayCertificateOutput::lo_ra_wan_network_server_certificate_id): <p>The ID of the certificate that is associated with the wireless gateway and used for the LoRaWANNetworkServer endpoint.</p>
    /// - On failure, responds with [`SdkError<GetWirelessGatewayCertificateError>`](crate::operation::get_wireless_gateway_certificate::GetWirelessGatewayCertificateError)
    pub fn get_wireless_gateway_certificate(
        &self,
    ) -> crate::operation::get_wireless_gateway_certificate::builders::GetWirelessGatewayCertificateFluentBuilder {
        crate::operation::get_wireless_gateway_certificate::builders::GetWirelessGatewayCertificateFluentBuilder::new(self.handle.clone())
    }
}