Struct aws_sdk_codecatalyst::types::RepositoryInput
source · #[non_exhaustive]pub struct RepositoryInput { /* private fields */ }
Expand description
Information about a repository that will be cloned to a Dev Environment.
Implementations§
source§impl RepositoryInput
impl RepositoryInput
sourcepub fn repository_name(&self) -> Option<&str>
pub fn repository_name(&self) -> Option<&str>
The name of the source repository.
sourcepub fn branch_name(&self) -> Option<&str>
pub fn branch_name(&self) -> Option<&str>
The name of the branch in a source repository.
source§impl RepositoryInput
impl RepositoryInput
sourcepub fn builder() -> RepositoryInputBuilder
pub fn builder() -> RepositoryInputBuilder
Creates a new builder-style object to manufacture RepositoryInput
.
Trait Implementations§
source§impl Clone for RepositoryInput
impl Clone for RepositoryInput
source§fn clone(&self) -> RepositoryInput
fn clone(&self) -> RepositoryInput
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 Debug for RepositoryInput
impl Debug for RepositoryInput
source§impl PartialEq<RepositoryInput> for RepositoryInput
impl PartialEq<RepositoryInput> for RepositoryInput
source§fn eq(&self, other: &RepositoryInput) -> bool
fn eq(&self, other: &RepositoryInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.