1
2
3
4
5
6
7
8
9
10
11
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DisassociateServiceQuotaTemplate`](crate::operation::disassociate_service_quota_template::builders::DisassociateServiceQuotaTemplateFluentBuilder) operation.
    ///
    /// - The fluent builder takes no input, just [`send`](crate::operation::disassociate_service_quota_template::builders::DisassociateServiceQuotaTemplateFluentBuilder::send) it.
    /// - On success, responds with [`DisassociateServiceQuotaTemplateOutput`](crate::operation::disassociate_service_quota_template::DisassociateServiceQuotaTemplateOutput)
    /// - On failure, responds with [`SdkError<DisassociateServiceQuotaTemplateError>`](crate::operation::disassociate_service_quota_template::DisassociateServiceQuotaTemplateError)
    pub fn disassociate_service_quota_template(&self) -> crate::operation::disassociate_service_quota_template::builders::DisassociateServiceQuotaTemplateFluentBuilder{
        crate::operation::disassociate_service_quota_template::builders::DisassociateServiceQuotaTemplateFluentBuilder::new(self.handle.clone())
    }
}