#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for BatchGetBuildBatchesOutput
Implementations
Appends an item to build_batches
.
To override the contents of this collection use set_build_batches
.
An array of BuildBatch
objects that represent the retrieved batch builds.
An array of BuildBatch
objects that represent the retrieved batch builds.
Appends an item to build_batches_not_found
.
To override the contents of this collection use set_build_batches_not_found
.
An array that contains the identifiers of any batch builds that are not found.
An array that contains the identifiers of any batch builds that are not found.
Consumes the builder and constructs a BatchGetBuildBatchesOutput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more