#[non_exhaustive]pub struct RepositoryAnalysis { /* private fields */ }
Expand description
A code review type that analyzes all code under a specified branch in an associated repository. The associated repository is specified using its ARN when you call CreateCodeReview.
Implementations§
source§impl RepositoryAnalysis
impl RepositoryAnalysis
sourcepub fn repository_head(&self) -> Option<&RepositoryHeadSourceCodeType>
pub fn repository_head(&self) -> Option<&RepositoryHeadSourceCodeType>
A SourceCodeType that specifies the tip of a branch in an associated repository.
sourcepub fn source_code_type(&self) -> Option<&SourceCodeType>
pub fn source_code_type(&self) -> Option<&SourceCodeType>
Specifies the source code that is analyzed in a code review.
source§impl RepositoryAnalysis
impl RepositoryAnalysis
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RepositoryAnalysis
.
Trait Implementations§
source§impl Clone for RepositoryAnalysis
impl Clone for RepositoryAnalysis
source§fn clone(&self) -> RepositoryAnalysis
fn clone(&self) -> RepositoryAnalysis
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 RepositoryAnalysis
impl Debug for RepositoryAnalysis
source§impl PartialEq<RepositoryAnalysis> for RepositoryAnalysis
impl PartialEq<RepositoryAnalysis> for RepositoryAnalysis
source§fn eq(&self, other: &RepositoryAnalysis) -> bool
fn eq(&self, other: &RepositoryAnalysis) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.