Struct aws_sdk_codecommit::operation::batch_get_repositories::builders::BatchGetRepositoriesOutputBuilder
source · #[non_exhaustive]pub struct BatchGetRepositoriesOutputBuilder { /* private fields */ }Expand description
A builder for BatchGetRepositoriesOutput.
Implementations§
source§impl BatchGetRepositoriesOutputBuilder
impl BatchGetRepositoriesOutputBuilder
sourcepub fn repositories(self, input: RepositoryMetadata) -> Self
pub fn repositories(self, input: RepositoryMetadata) -> Self
Appends an item to repositories.
To override the contents of this collection use set_repositories.
A list of repositories returned by the batch get repositories operation.
sourcepub fn set_repositories(self, input: Option<Vec<RepositoryMetadata>>) -> Self
pub fn set_repositories(self, input: Option<Vec<RepositoryMetadata>>) -> Self
A list of repositories returned by the batch get repositories operation.
sourcepub fn get_repositories(&self) -> &Option<Vec<RepositoryMetadata>>
pub fn get_repositories(&self) -> &Option<Vec<RepositoryMetadata>>
A list of repositories returned by the batch get repositories operation.
sourcepub fn repositories_not_found(self, input: impl Into<String>) -> Self
pub fn repositories_not_found(self, input: impl Into<String>) -> Self
Appends an item to repositories_not_found.
To override the contents of this collection use set_repositories_not_found.
Returns a list of repository names for which information could not be found.
sourcepub fn set_repositories_not_found(self, input: Option<Vec<String>>) -> Self
pub fn set_repositories_not_found(self, input: Option<Vec<String>>) -> Self
Returns a list of repository names for which information could not be found.
sourcepub fn get_repositories_not_found(&self) -> &Option<Vec<String>>
pub fn get_repositories_not_found(&self) -> &Option<Vec<String>>
Returns a list of repository names for which information could not be found.
sourcepub fn build(self) -> BatchGetRepositoriesOutput
pub fn build(self) -> BatchGetRepositoriesOutput
Consumes the builder and constructs a BatchGetRepositoriesOutput.
Trait Implementations§
source§impl Clone for BatchGetRepositoriesOutputBuilder
impl Clone for BatchGetRepositoriesOutputBuilder
source§fn clone(&self) -> BatchGetRepositoriesOutputBuilder
fn clone(&self) -> BatchGetRepositoriesOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for BatchGetRepositoriesOutputBuilder
impl Default for BatchGetRepositoriesOutputBuilder
source§fn default() -> BatchGetRepositoriesOutputBuilder
fn default() -> BatchGetRepositoriesOutputBuilder
source§impl PartialEq for BatchGetRepositoriesOutputBuilder
impl PartialEq for BatchGetRepositoriesOutputBuilder
source§fn eq(&self, other: &BatchGetRepositoriesOutputBuilder) -> bool
fn eq(&self, other: &BatchGetRepositoriesOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.