// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DisassociateWirelessGatewayFromThing`](crate::operation::disassociate_wireless_gateway_from_thing::builders::DisassociateWirelessGatewayFromThingFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`id(impl Into<String>)`](crate::operation::disassociate_wireless_gateway_from_thing::builders::DisassociateWirelessGatewayFromThingFluentBuilder::id) / [`set_id(Option<String>)`](crate::operation::disassociate_wireless_gateway_from_thing::builders::DisassociateWirelessGatewayFromThingFluentBuilder::set_id):<br>required: **true**<br><p>The ID of the resource to update.</p><br>
/// - On success, responds with [`DisassociateWirelessGatewayFromThingOutput`](crate::operation::disassociate_wireless_gateway_from_thing::DisassociateWirelessGatewayFromThingOutput)
/// - On failure, responds with [`SdkError<DisassociateWirelessGatewayFromThingError>`](crate::operation::disassociate_wireless_gateway_from_thing::DisassociateWirelessGatewayFromThingError)
pub fn disassociate_wireless_gateway_from_thing(
&self,
) -> crate::operation::disassociate_wireless_gateway_from_thing::builders::DisassociateWirelessGatewayFromThingFluentBuilder {
crate::operation::disassociate_wireless_gateway_from_thing::builders::DisassociateWirelessGatewayFromThingFluentBuilder::new(
self.handle.clone(),
)
}
}