#[non_exhaustive]pub struct LambdaEndpointInput { /* private fields */ }
Expand description
The input for the Lambda endpoint type.
Implementations§
source§impl LambdaEndpointInput
impl LambdaEndpointInput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture LambdaEndpointInput
.
Trait Implementations§
source§impl Clone for LambdaEndpointInput
impl Clone for LambdaEndpointInput
source§fn clone(&self) -> LambdaEndpointInput
fn clone(&self) -> LambdaEndpointInput
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 LambdaEndpointInput
impl Debug for LambdaEndpointInput
source§impl PartialEq<LambdaEndpointInput> for LambdaEndpointInput
impl PartialEq<LambdaEndpointInput> for LambdaEndpointInput
source§fn eq(&self, other: &LambdaEndpointInput) -> bool
fn eq(&self, other: &LambdaEndpointInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.