Struct aws_sdk_codeartifact::model::UpstreamRepository
source · #[non_exhaustive]pub struct UpstreamRepository { /* private fields */ }
Expand description
Information about an upstream repository. A list of UpstreamRepository
objects is an input parameter to CreateRepository and UpdateRepository.
Implementations§
source§impl UpstreamRepository
impl UpstreamRepository
sourcepub fn repository_name(&self) -> Option<&str>
pub fn repository_name(&self) -> Option<&str>
The name of an upstream repository.
source§impl UpstreamRepository
impl UpstreamRepository
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpstreamRepository
.
Trait Implementations§
source§impl Clone for UpstreamRepository
impl Clone for UpstreamRepository
source§fn clone(&self) -> UpstreamRepository
fn clone(&self) -> UpstreamRepository
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 UpstreamRepository
impl Debug for UpstreamRepository
source§impl PartialEq<UpstreamRepository> for UpstreamRepository
impl PartialEq<UpstreamRepository> for UpstreamRepository
source§fn eq(&self, other: &UpstreamRepository) -> bool
fn eq(&self, other: &UpstreamRepository) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.