Struct aws_sdk_codebuild::operation::batch_get_build_batches::builders::BatchGetBuildBatchesInputBuilder
source · #[non_exhaustive]pub struct BatchGetBuildBatchesInputBuilder { /* private fields */ }
Expand description
A builder for BatchGetBuildBatchesInput
.
Implementations§
source§impl BatchGetBuildBatchesInputBuilder
impl BatchGetBuildBatchesInputBuilder
sourcepub fn ids(self, input: impl Into<String>) -> Self
pub fn ids(self, input: impl Into<String>) -> Self
Appends an item to ids
.
To override the contents of this collection use set_ids
.
An array that contains the batch build identifiers to retrieve.
sourcepub fn set_ids(self, input: Option<Vec<String>>) -> Self
pub fn set_ids(self, input: Option<Vec<String>>) -> Self
An array that contains the batch build identifiers to retrieve.
sourcepub fn build(self) -> Result<BatchGetBuildBatchesInput, BuildError>
pub fn build(self) -> Result<BatchGetBuildBatchesInput, BuildError>
Consumes the builder and constructs a BatchGetBuildBatchesInput
.
Trait Implementations§
source§impl Clone for BatchGetBuildBatchesInputBuilder
impl Clone for BatchGetBuildBatchesInputBuilder
source§fn clone(&self) -> BatchGetBuildBatchesInputBuilder
fn clone(&self) -> BatchGetBuildBatchesInputBuilder
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 BatchGetBuildBatchesInputBuilder
impl Default for BatchGetBuildBatchesInputBuilder
source§fn default() -> BatchGetBuildBatchesInputBuilder
fn default() -> BatchGetBuildBatchesInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<BatchGetBuildBatchesInputBuilder> for BatchGetBuildBatchesInputBuilder
impl PartialEq<BatchGetBuildBatchesInputBuilder> for BatchGetBuildBatchesInputBuilder
source§fn eq(&self, other: &BatchGetBuildBatchesInputBuilder) -> bool
fn eq(&self, other: &BatchGetBuildBatchesInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.