// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`GetCloudConnector`](crate::operation::get_cloud_connector::builders::GetCloudConnectorFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`identifier(impl Into<String>)`](crate::operation::get_cloud_connector::builders::GetCloudConnectorFluentBuilder::identifier) / [`set_identifier(Option<String>)`](crate::operation::get_cloud_connector::builders::GetCloudConnectorFluentBuilder::set_identifier):<br>required: **true**<br><p>The identifier of the C2C connector.</p><br>
/// - On success, responds with [`GetCloudConnectorOutput`](crate::operation::get_cloud_connector::GetCloudConnectorOutput) with field(s):
/// - [`name(String)`](crate::operation::get_cloud_connector::GetCloudConnectorOutput::name): <p>The display name of the C2C connector.</p>
/// - [`endpoint_config(Option<EndpointConfig>)`](crate::operation::get_cloud_connector::GetCloudConnectorOutput::endpoint_config): <p>The configuration details for the cloud connector endpoint, including connection parameters and authentication requirements.</p>
/// - [`description(Option<String>)`](crate::operation::get_cloud_connector::GetCloudConnectorOutput::description): <p>A description of the C2C connector.</p>
/// - [`endpoint_type(Option<EndpointType>)`](crate::operation::get_cloud_connector::GetCloudConnectorOutput::endpoint_type): <p>The type of endpoint used for the cloud connector, which defines how the connector communicates with external services.</p>
/// - [`id(Option<String>)`](crate::operation::get_cloud_connector::GetCloudConnectorOutput::id): <p>The unique identifier of the cloud connector.</p>
/// - [`r#type(Option<CloudConnectorType>)`](crate::operation::get_cloud_connector::GetCloudConnectorOutput::type): <p>The type of cloud connector created.</p>
/// - On failure, responds with [`SdkError<GetCloudConnectorError>`](crate::operation::get_cloud_connector::GetCloudConnectorError)
pub fn get_cloud_connector(&self) -> crate::operation::get_cloud_connector::builders::GetCloudConnectorFluentBuilder {
crate::operation::get_cloud_connector::builders::GetCloudConnectorFluentBuilder::new(self.handle.clone())
}
}