1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`EnableVpcClassicLinkDnsSupport`](crate::operation::enable_vpc_classic_link_dns_support::builders::EnableVpcClassicLinkDnsSupportFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`vpc_id(impl Into<String>)`](crate::operation::enable_vpc_classic_link_dns_support::builders::EnableVpcClassicLinkDnsSupportFluentBuilder::vpc_id) / [`set_vpc_id(Option<String>)`](crate::operation::enable_vpc_classic_link_dns_support::builders::EnableVpcClassicLinkDnsSupportFluentBuilder::set_vpc_id):<br>required: **false**<br><p>The ID of the VPC.</p><br>
    /// - On success, responds with [`EnableVpcClassicLinkDnsSupportOutput`](crate::operation::enable_vpc_classic_link_dns_support::EnableVpcClassicLinkDnsSupportOutput) with field(s):
    ///   - [`r#return(Option<bool>)`](crate::operation::enable_vpc_classic_link_dns_support::EnableVpcClassicLinkDnsSupportOutput::return): <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
    /// - On failure, responds with [`SdkError<EnableVpcClassicLinkDnsSupportError>`](crate::operation::enable_vpc_classic_link_dns_support::EnableVpcClassicLinkDnsSupportError)
    pub fn enable_vpc_classic_link_dns_support(
        &self,
    ) -> crate::operation::enable_vpc_classic_link_dns_support::builders::EnableVpcClassicLinkDnsSupportFluentBuilder {
        crate::operation::enable_vpc_classic_link_dns_support::builders::EnableVpcClassicLinkDnsSupportFluentBuilder::new(self.handle.clone())
    }
}