Struct aws_sdk_codebuild::input::StopBuildInput
source · #[non_exhaustive]pub struct StopBuildInput { /* private fields */ }
Implementations§
source§impl StopBuildInput
impl StopBuildInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StopBuild, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StopBuild, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<StopBuild
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StopBuildInput
.
Trait Implementations§
source§impl Clone for StopBuildInput
impl Clone for StopBuildInput
source§fn clone(&self) -> StopBuildInput
fn clone(&self) -> StopBuildInput
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 StopBuildInput
impl Debug for StopBuildInput
source§impl PartialEq<StopBuildInput> for StopBuildInput
impl PartialEq<StopBuildInput> for StopBuildInput
source§fn eq(&self, other: &StopBuildInput) -> bool
fn eq(&self, other: &StopBuildInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.