Struct aws_sdk_codebuild::output::StopBuildBatchOutput
source · #[non_exhaustive]pub struct StopBuildBatchOutput { /* private fields */ }
Implementations§
source§impl StopBuildBatchOutput
impl StopBuildBatchOutput
sourcepub fn build_batch(&self) -> Option<&BuildBatch>
pub fn build_batch(&self) -> Option<&BuildBatch>
Contains information about a batch build.
source§impl StopBuildBatchOutput
impl StopBuildBatchOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StopBuildBatchOutput
.
Trait Implementations§
source§impl Clone for StopBuildBatchOutput
impl Clone for StopBuildBatchOutput
source§fn clone(&self) -> StopBuildBatchOutput
fn clone(&self) -> StopBuildBatchOutput
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 StopBuildBatchOutput
impl Debug for StopBuildBatchOutput
source§impl PartialEq<StopBuildBatchOutput> for StopBuildBatchOutput
impl PartialEq<StopBuildBatchOutput> for StopBuildBatchOutput
source§fn eq(&self, other: &StopBuildBatchOutput) -> bool
fn eq(&self, other: &StopBuildBatchOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.