Struct aws_sdk_codebuild::operation::stop_build_batch::builders::StopBuildBatchOutputBuilder
source · #[non_exhaustive]pub struct StopBuildBatchOutputBuilder { /* private fields */ }
Expand description
A builder for StopBuildBatchOutput
.
Implementations§
source§impl StopBuildBatchOutputBuilder
impl StopBuildBatchOutputBuilder
sourcepub fn build_batch(self, input: BuildBatch) -> Self
pub fn build_batch(self, input: BuildBatch) -> Self
Contains information about a batch build.
sourcepub fn set_build_batch(self, input: Option<BuildBatch>) -> Self
pub fn set_build_batch(self, input: Option<BuildBatch>) -> Self
Contains information about a batch build.
sourcepub fn build(self) -> StopBuildBatchOutput
pub fn build(self) -> StopBuildBatchOutput
Consumes the builder and constructs a StopBuildBatchOutput
.
Trait Implementations§
source§impl Clone for StopBuildBatchOutputBuilder
impl Clone for StopBuildBatchOutputBuilder
source§fn clone(&self) -> StopBuildBatchOutputBuilder
fn clone(&self) -> StopBuildBatchOutputBuilder
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 StopBuildBatchOutputBuilder
impl Debug for StopBuildBatchOutputBuilder
source§impl Default for StopBuildBatchOutputBuilder
impl Default for StopBuildBatchOutputBuilder
source§fn default() -> StopBuildBatchOutputBuilder
fn default() -> StopBuildBatchOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<StopBuildBatchOutputBuilder> for StopBuildBatchOutputBuilder
impl PartialEq<StopBuildBatchOutputBuilder> for StopBuildBatchOutputBuilder
source§fn eq(&self, other: &StopBuildBatchOutputBuilder) -> bool
fn eq(&self, other: &StopBuildBatchOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.