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