// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DescribeVPCConnection`](crate::operation::describe_vpc_connection::builders::DescribeVPCConnectionFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`aws_account_id(impl Into<String>)`](crate::operation::describe_vpc_connection::builders::DescribeVPCConnectionFluentBuilder::aws_account_id) / [`set_aws_account_id(Option<String>)`](crate::operation::describe_vpc_connection::builders::DescribeVPCConnectionFluentBuilder::set_aws_account_id):<br>required: **true**<br><p>The Amazon Web Services account ID of the account that contains the VPC connection that you want described.</p><br>
/// - [`vpc_connection_id(impl Into<String>)`](crate::operation::describe_vpc_connection::builders::DescribeVPCConnectionFluentBuilder::vpc_connection_id) / [`set_vpc_connection_id(Option<String>)`](crate::operation::describe_vpc_connection::builders::DescribeVPCConnectionFluentBuilder::set_vpc_connection_id):<br>required: **true**<br><p>The ID of the VPC connection that you're creating. This ID is a unique identifier for each Amazon Web Services Region in an Amazon Web Services account.</p><br>
/// - On success, responds with [`DescribeVpcConnectionOutput`](crate::operation::describe_vpc_connection::DescribeVpcConnectionOutput) with field(s):
/// - [`vpc_connection(Option<VpcConnection>)`](crate::operation::describe_vpc_connection::DescribeVpcConnectionOutput::vpc_connection): <p>A response object that provides information for the specified VPC connection.</p>
/// - [`request_id(Option<String>)`](crate::operation::describe_vpc_connection::DescribeVpcConnectionOutput::request_id): <p>The Amazon Web Services request ID for this operation.</p>
/// - [`status(i32)`](crate::operation::describe_vpc_connection::DescribeVpcConnectionOutput::status): <p>The HTTP status of the request.</p>
/// - On failure, responds with [`SdkError<DescribeVPCConnectionError>`](crate::operation::describe_vpc_connection::DescribeVPCConnectionError)
pub fn describe_vpc_connection(&self) -> crate::operation::describe_vpc_connection::builders::DescribeVPCConnectionFluentBuilder {
crate::operation::describe_vpc_connection::builders::DescribeVPCConnectionFluentBuilder::new(self.handle.clone())
}
}