pub struct Builder { /* private fields */ }
Expand description
A builder for GetSourceRepositoryCloneUrlsOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn https(self, input: impl Into<String>) -> Self
pub fn https(self, input: impl Into<String>) -> Self
The HTTPS URL to use when cloning the source repository.
sourcepub fn set_https(self, input: Option<String>) -> Self
pub fn set_https(self, input: Option<String>) -> Self
The HTTPS URL to use when cloning the source repository.
sourcepub fn build(self) -> GetSourceRepositoryCloneUrlsOutput
pub fn build(self) -> GetSourceRepositoryCloneUrlsOutput
Consumes the builder and constructs a GetSourceRepositoryCloneUrlsOutput
.