Struct aws_sdk_codebuild::output::StartBuildOutput
source · #[non_exhaustive]pub struct StartBuildOutput { /* private fields */ }
Implementations§
source§impl StartBuildOutput
impl StartBuildOutput
sourcepub fn build_value(&self) -> Option<&Build>
pub fn build_value(&self) -> Option<&Build>
Information about the build to be run.
Note: This member has been renamed from build
.
source§impl StartBuildOutput
impl StartBuildOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StartBuildOutput
.
Trait Implementations§
source§impl Clone for StartBuildOutput
impl Clone for StartBuildOutput
source§fn clone(&self) -> StartBuildOutput
fn clone(&self) -> StartBuildOutput
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 StartBuildOutput
impl Debug for StartBuildOutput
source§impl PartialEq<StartBuildOutput> for StartBuildOutput
impl PartialEq<StartBuildOutput> for StartBuildOutput
source§fn eq(&self, other: &StartBuildOutput) -> bool
fn eq(&self, other: &StartBuildOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.