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