#[non_exhaustive]pub struct GetSourceRepositoryCloneUrlsInput { /* private fields */ }
Implementations§
source§impl GetSourceRepositoryCloneUrlsInput
impl GetSourceRepositoryCloneUrlsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetSourceRepositoryCloneUrls, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetSourceRepositoryCloneUrls, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetSourceRepositoryCloneUrls
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetSourceRepositoryCloneUrlsInput
.
source§impl GetSourceRepositoryCloneUrlsInput
impl GetSourceRepositoryCloneUrlsInput
sourcepub fn space_name(&self) -> Option<&str>
pub fn space_name(&self) -> Option<&str>
The name of the space.
sourcepub fn project_name(&self) -> Option<&str>
pub fn project_name(&self) -> Option<&str>
The name of the project in the space.
sourcepub fn source_repository_name(&self) -> Option<&str>
pub fn source_repository_name(&self) -> Option<&str>
The name of the source repository.
Trait Implementations§
source§impl Clone for GetSourceRepositoryCloneUrlsInput
impl Clone for GetSourceRepositoryCloneUrlsInput
source§fn clone(&self) -> GetSourceRepositoryCloneUrlsInput
fn clone(&self) -> GetSourceRepositoryCloneUrlsInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<GetSourceRepositoryCloneUrlsInput> for GetSourceRepositoryCloneUrlsInput
impl PartialEq<GetSourceRepositoryCloneUrlsInput> for GetSourceRepositoryCloneUrlsInput
source§fn eq(&self, other: &GetSourceRepositoryCloneUrlsInput) -> bool
fn eq(&self, other: &GetSourceRepositoryCloneUrlsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.