Struct aws_sdk_codebuild::operation::batch_get_projects::builders::BatchGetProjectsInputBuilder
source · #[non_exhaustive]pub struct BatchGetProjectsInputBuilder { /* private fields */ }
Expand description
A builder for BatchGetProjectsInput
.
Implementations§
source§impl BatchGetProjectsInputBuilder
impl BatchGetProjectsInputBuilder
sourcepub fn names(self, input: impl Into<String>) -> Self
pub fn names(self, input: impl Into<String>) -> Self
Appends an item to names
.
To override the contents of this collection use set_names
.
The names or ARNs of the build projects. To get information about a project shared with your Amazon Web Services account, its ARN must be specified. You cannot specify a shared project using its name.
sourcepub fn set_names(self, input: Option<Vec<String>>) -> Self
pub fn set_names(self, input: Option<Vec<String>>) -> Self
The names or ARNs of the build projects. To get information about a project shared with your Amazon Web Services account, its ARN must be specified. You cannot specify a shared project using its name.
sourcepub fn build(self) -> Result<BatchGetProjectsInput, BuildError>
pub fn build(self) -> Result<BatchGetProjectsInput, BuildError>
Consumes the builder and constructs a BatchGetProjectsInput
.
Trait Implementations§
source§impl Clone for BatchGetProjectsInputBuilder
impl Clone for BatchGetProjectsInputBuilder
source§fn clone(&self) -> BatchGetProjectsInputBuilder
fn clone(&self) -> BatchGetProjectsInputBuilder
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 BatchGetProjectsInputBuilder
impl Debug for BatchGetProjectsInputBuilder
source§impl Default for BatchGetProjectsInputBuilder
impl Default for BatchGetProjectsInputBuilder
source§fn default() -> BatchGetProjectsInputBuilder
fn default() -> BatchGetProjectsInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<BatchGetProjectsInputBuilder> for BatchGetProjectsInputBuilder
impl PartialEq<BatchGetProjectsInputBuilder> for BatchGetProjectsInputBuilder
source§fn eq(&self, other: &BatchGetProjectsInputBuilder) -> bool
fn eq(&self, other: &BatchGetProjectsInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for BatchGetProjectsInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for BatchGetProjectsInputBuilder
impl Send for BatchGetProjectsInputBuilder
impl Sync for BatchGetProjectsInputBuilder
impl Unpin for BatchGetProjectsInputBuilder
impl UnwindSafe for BatchGetProjectsInputBuilder
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