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