#[non_exhaustive]pub struct InvokeResponseStreamUpdateBuilder { /* private fields */ }
Expand description
A builder for InvokeResponseStreamUpdate
.
Implementations§
source§impl InvokeResponseStreamUpdateBuilder
impl InvokeResponseStreamUpdateBuilder
sourcepub fn set_payload(self, input: Option<Blob>) -> Self
pub fn set_payload(self, input: Option<Blob>) -> Self
Data returned by your Lambda function.
sourcepub fn get_payload(&self) -> &Option<Blob>
pub fn get_payload(&self) -> &Option<Blob>
Data returned by your Lambda function.
sourcepub fn build(self) -> InvokeResponseStreamUpdate
pub fn build(self) -> InvokeResponseStreamUpdate
Consumes the builder and constructs a InvokeResponseStreamUpdate
.
Trait Implementations§
source§impl Clone for InvokeResponseStreamUpdateBuilder
impl Clone for InvokeResponseStreamUpdateBuilder
source§fn clone(&self) -> InvokeResponseStreamUpdateBuilder
fn clone(&self) -> InvokeResponseStreamUpdateBuilder
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 InvokeResponseStreamUpdateBuilder
impl Default for InvokeResponseStreamUpdateBuilder
source§fn default() -> InvokeResponseStreamUpdateBuilder
fn default() -> InvokeResponseStreamUpdateBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for InvokeResponseStreamUpdateBuilder
impl PartialEq for InvokeResponseStreamUpdateBuilder
source§fn eq(&self, other: &InvokeResponseStreamUpdateBuilder) -> bool
fn eq(&self, other: &InvokeResponseStreamUpdateBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for InvokeResponseStreamUpdateBuilder
Auto Trait Implementations§
impl Freeze for InvokeResponseStreamUpdateBuilder
impl RefUnwindSafe for InvokeResponseStreamUpdateBuilder
impl Send for InvokeResponseStreamUpdateBuilder
impl Sync for InvokeResponseStreamUpdateBuilder
impl Unpin for InvokeResponseStreamUpdateBuilder
impl UnwindSafe for InvokeResponseStreamUpdateBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.