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