#[non_exhaustive]pub struct StartBuildBatchOutput { /* private fields */ }
Implementations§
source§impl StartBuildBatchOutput
impl StartBuildBatchOutput
sourcepub fn build_batch(&self) -> Option<&BuildBatch>
pub fn build_batch(&self) -> Option<&BuildBatch>
A BuildBatch
object that contains information about the batch build.
source§impl StartBuildBatchOutput
impl StartBuildBatchOutput
sourcepub fn builder() -> StartBuildBatchOutputBuilder
pub fn builder() -> StartBuildBatchOutputBuilder
Creates a new builder-style object to manufacture StartBuildBatchOutput
.
Trait Implementations§
source§impl Clone for StartBuildBatchOutput
impl Clone for StartBuildBatchOutput
source§fn clone(&self) -> StartBuildBatchOutput
fn clone(&self) -> StartBuildBatchOutput
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 StartBuildBatchOutput
impl Debug for StartBuildBatchOutput
source§impl PartialEq<StartBuildBatchOutput> for StartBuildBatchOutput
impl PartialEq<StartBuildBatchOutput> for StartBuildBatchOutput
source§fn eq(&self, other: &StartBuildBatchOutput) -> bool
fn eq(&self, other: &StartBuildBatchOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for StartBuildBatchOutput
impl RequestId for StartBuildBatchOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.