1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DisassociateCustomerGateway`](crate::operation::disassociate_customer_gateway::builders::DisassociateCustomerGatewayFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`global_network_id(impl ::std::convert::Into<String>)`](crate::operation::disassociate_customer_gateway::builders::DisassociateCustomerGatewayFluentBuilder::global_network_id) / [`set_global_network_id(Option<String>)`](crate::operation::disassociate_customer_gateway::builders::DisassociateCustomerGatewayFluentBuilder::set_global_network_id): <p>The ID of the global network.</p>
    ///   - [`customer_gateway_arn(impl ::std::convert::Into<String>)`](crate::operation::disassociate_customer_gateway::builders::DisassociateCustomerGatewayFluentBuilder::customer_gateway_arn) / [`set_customer_gateway_arn(Option<String>)`](crate::operation::disassociate_customer_gateway::builders::DisassociateCustomerGatewayFluentBuilder::set_customer_gateway_arn): <p>The Amazon Resource Name (ARN) of the customer gateway.</p>
    /// - On success, responds with [`DisassociateCustomerGatewayOutput`](crate::operation::disassociate_customer_gateway::DisassociateCustomerGatewayOutput) with field(s):
    ///   - [`customer_gateway_association(Option<CustomerGatewayAssociation>)`](crate::operation::disassociate_customer_gateway::DisassociateCustomerGatewayOutput::customer_gateway_association): <p>Information about the customer gateway association.</p>
    /// - On failure, responds with [`SdkError<DisassociateCustomerGatewayError>`](crate::operation::disassociate_customer_gateway::DisassociateCustomerGatewayError)
    pub fn disassociate_customer_gateway(&self) -> crate::operation::disassociate_customer_gateway::builders::DisassociateCustomerGatewayFluentBuilder{
        crate::operation::disassociate_customer_gateway::builders::DisassociateCustomerGatewayFluentBuilder::new(self.handle.clone())
    }
}