1
2
3
4
5
6
7
8
9
10
11
12
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeleteDomainName`](crate::operation::delete_domain_name::builders::DeleteDomainNameFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`domain_name(impl Into<String>)`](crate::operation::delete_domain_name::builders::DeleteDomainNameFluentBuilder::domain_name) / [`set_domain_name(Option<String>)`](crate::operation::delete_domain_name::builders::DeleteDomainNameFluentBuilder::set_domain_name):<br>required: **true**<br><p>The domain name.</p><br>
    /// - On success, responds with [`DeleteDomainNameOutput`](crate::operation::delete_domain_name::DeleteDomainNameOutput)
    /// - On failure, responds with [`SdkError<DeleteDomainNameError>`](crate::operation::delete_domain_name::DeleteDomainNameError)
    pub fn delete_domain_name(&self) -> crate::operation::delete_domain_name::builders::DeleteDomainNameFluentBuilder {
        crate::operation::delete_domain_name::builders::DeleteDomainNameFluentBuilder::new(self.handle.clone())
    }
}