#[non_exhaustive]pub struct BatchGetBuildBatchesOutput { /* private fields */ }
Implementations§
source§impl BatchGetBuildBatchesOutput
impl BatchGetBuildBatchesOutput
sourcepub fn build_batches(&self) -> Option<&[BuildBatch]>
pub fn build_batches(&self) -> Option<&[BuildBatch]>
An array of BuildBatch
objects that represent the retrieved batch builds.
sourcepub fn build_batches_not_found(&self) -> Option<&[String]>
pub fn build_batches_not_found(&self) -> Option<&[String]>
An array that contains the identifiers of any batch builds that are not found.
source§impl BatchGetBuildBatchesOutput
impl BatchGetBuildBatchesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchGetBuildBatchesOutput
.
Trait Implementations§
source§impl Clone for BatchGetBuildBatchesOutput
impl Clone for BatchGetBuildBatchesOutput
source§fn clone(&self) -> BatchGetBuildBatchesOutput
fn clone(&self) -> BatchGetBuildBatchesOutput
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 BatchGetBuildBatchesOutput
impl Debug for BatchGetBuildBatchesOutput
source§impl PartialEq<BatchGetBuildBatchesOutput> for BatchGetBuildBatchesOutput
impl PartialEq<BatchGetBuildBatchesOutput> for BatchGetBuildBatchesOutput
source§fn eq(&self, other: &BatchGetBuildBatchesOutput) -> bool
fn eq(&self, other: &BatchGetBuildBatchesOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.