Struct aws_sdk_codecatalyst::operation::get_source_repository_clone_urls::GetSourceRepositoryCloneUrlsInput
source · #[non_exhaustive]pub struct GetSourceRepositoryCloneUrlsInput { /* private fields */ }
Implementations§
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.
source§impl GetSourceRepositoryCloneUrlsInput
impl GetSourceRepositoryCloneUrlsInput
sourcepub fn builder() -> GetSourceRepositoryCloneUrlsInputBuilder
pub fn builder() -> GetSourceRepositoryCloneUrlsInputBuilder
Creates a new builder-style object to manufacture GetSourceRepositoryCloneUrlsInput
.
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
>
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 ==
.impl StructuralPartialEq for GetSourceRepositoryCloneUrlsInput
Auto Trait Implementations§
impl RefUnwindSafe for GetSourceRepositoryCloneUrlsInput
impl Send for GetSourceRepositoryCloneUrlsInput
impl Sync for GetSourceRepositoryCloneUrlsInput
impl Unpin for GetSourceRepositoryCloneUrlsInput
impl UnwindSafe for GetSourceRepositoryCloneUrlsInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more