Struct aws_sdk_codecommit::operation::batch_get_repositories::builders::BatchGetRepositoriesInputBuilder
source · #[non_exhaustive]pub struct BatchGetRepositoriesInputBuilder { /* private fields */ }Expand description
A builder for BatchGetRepositoriesInput.
Implementations§
source§impl BatchGetRepositoriesInputBuilder
impl BatchGetRepositoriesInputBuilder
sourcepub fn repository_names(self, input: impl Into<String>) -> Self
pub fn repository_names(self, input: impl Into<String>) -> Self
Appends an item to repository_names.
To override the contents of this collection use set_repository_names.
The names of the repositories to get information about.
The length constraint limit is for each string in the array. The array itself can be empty.
sourcepub fn set_repository_names(self, input: Option<Vec<String>>) -> Self
pub fn set_repository_names(self, input: Option<Vec<String>>) -> Self
The names of the repositories to get information about.
The length constraint limit is for each string in the array. The array itself can be empty.
sourcepub fn get_repository_names(&self) -> &Option<Vec<String>>
pub fn get_repository_names(&self) -> &Option<Vec<String>>
The names of the repositories to get information about.
The length constraint limit is for each string in the array. The array itself can be empty.
sourcepub fn build(self) -> Result<BatchGetRepositoriesInput, BuildError>
pub fn build(self) -> Result<BatchGetRepositoriesInput, BuildError>
Consumes the builder and constructs a BatchGetRepositoriesInput.
source§impl BatchGetRepositoriesInputBuilder
impl BatchGetRepositoriesInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<BatchGetRepositoriesOutput, SdkError<BatchGetRepositoriesError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<BatchGetRepositoriesOutput, SdkError<BatchGetRepositoriesError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for BatchGetRepositoriesInputBuilder
impl Clone for BatchGetRepositoriesInputBuilder
source§fn clone(&self) -> BatchGetRepositoriesInputBuilder
fn clone(&self) -> BatchGetRepositoriesInputBuilder
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 Default for BatchGetRepositoriesInputBuilder
impl Default for BatchGetRepositoriesInputBuilder
source§fn default() -> BatchGetRepositoriesInputBuilder
fn default() -> BatchGetRepositoriesInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for BatchGetRepositoriesInputBuilder
impl PartialEq for BatchGetRepositoriesInputBuilder
source§fn eq(&self, other: &BatchGetRepositoriesInputBuilder) -> bool
fn eq(&self, other: &BatchGetRepositoriesInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for BatchGetRepositoriesInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for BatchGetRepositoriesInputBuilder
impl Send for BatchGetRepositoriesInputBuilder
impl Sync for BatchGetRepositoriesInputBuilder
impl Unpin for BatchGetRepositoriesInputBuilder
impl UnwindSafe for BatchGetRepositoriesInputBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.