// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`GetSourceRepositoryCloneUrls`](crate::operation::get_source_repository_clone_urls::builders::GetSourceRepositoryCloneUrlsFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`space_name(impl Into<String>)`](crate::operation::get_source_repository_clone_urls::builders::GetSourceRepositoryCloneUrlsFluentBuilder::space_name) / [`set_space_name(Option<String>)`](crate::operation::get_source_repository_clone_urls::builders::GetSourceRepositoryCloneUrlsFluentBuilder::set_space_name):<br>required: **true**<br><p>The name of the space.</p><br>
/// - [`project_name(impl Into<String>)`](crate::operation::get_source_repository_clone_urls::builders::GetSourceRepositoryCloneUrlsFluentBuilder::project_name) / [`set_project_name(Option<String>)`](crate::operation::get_source_repository_clone_urls::builders::GetSourceRepositoryCloneUrlsFluentBuilder::set_project_name):<br>required: **true**<br><p>The name of the project in the space.</p><br>
/// - [`source_repository_name(impl Into<String>)`](crate::operation::get_source_repository_clone_urls::builders::GetSourceRepositoryCloneUrlsFluentBuilder::source_repository_name) / [`set_source_repository_name(Option<String>)`](crate::operation::get_source_repository_clone_urls::builders::GetSourceRepositoryCloneUrlsFluentBuilder::set_source_repository_name):<br>required: **true**<br><p>The name of the source repository.</p><br>
/// - On success, responds with [`GetSourceRepositoryCloneUrlsOutput`](crate::operation::get_source_repository_clone_urls::GetSourceRepositoryCloneUrlsOutput) with field(s):
/// - [`https(String)`](crate::operation::get_source_repository_clone_urls::GetSourceRepositoryCloneUrlsOutput::https): <p>The HTTPS URL to use when cloning the source repository.</p>
/// - On failure, responds with [`SdkError<GetSourceRepositoryCloneUrlsError>`](crate::operation::get_source_repository_clone_urls::GetSourceRepositoryCloneUrlsError)
pub fn get_source_repository_clone_urls(
&self,
) -> crate::operation::get_source_repository_clone_urls::builders::GetSourceRepositoryCloneUrlsFluentBuilder {
crate::operation::get_source_repository_clone_urls::builders::GetSourceRepositoryCloneUrlsFluentBuilder::new(self.handle.clone())
}
}