Struct aws_sdk_lambda::operation::list_versions_by_function::builders::ListVersionsByFunctionOutputBuilder
source · #[non_exhaustive]pub struct ListVersionsByFunctionOutputBuilder { /* private fields */ }
Expand description
A builder for ListVersionsByFunctionOutput
.
Implementations§
source§impl ListVersionsByFunctionOutputBuilder
impl ListVersionsByFunctionOutputBuilder
sourcepub fn next_marker(self, input: impl Into<String>) -> Self
pub fn next_marker(self, input: impl Into<String>) -> Self
The pagination token that's included if more results are available.
sourcepub fn set_next_marker(self, input: Option<String>) -> Self
pub fn set_next_marker(self, input: Option<String>) -> Self
The pagination token that's included if more results are available.
sourcepub fn get_next_marker(&self) -> &Option<String>
pub fn get_next_marker(&self) -> &Option<String>
The pagination token that's included if more results are available.
sourcepub fn versions(self, input: FunctionConfiguration) -> Self
pub fn versions(self, input: FunctionConfiguration) -> Self
Appends an item to versions
.
To override the contents of this collection use set_versions
.
A list of Lambda function versions.
sourcepub fn set_versions(self, input: Option<Vec<FunctionConfiguration>>) -> Self
pub fn set_versions(self, input: Option<Vec<FunctionConfiguration>>) -> Self
A list of Lambda function versions.
sourcepub fn get_versions(&self) -> &Option<Vec<FunctionConfiguration>>
pub fn get_versions(&self) -> &Option<Vec<FunctionConfiguration>>
A list of Lambda function versions.
sourcepub fn build(self) -> ListVersionsByFunctionOutput
pub fn build(self) -> ListVersionsByFunctionOutput
Consumes the builder and constructs a ListVersionsByFunctionOutput
.
Trait Implementations§
source§impl Clone for ListVersionsByFunctionOutputBuilder
impl Clone for ListVersionsByFunctionOutputBuilder
source§fn clone(&self) -> ListVersionsByFunctionOutputBuilder
fn clone(&self) -> ListVersionsByFunctionOutputBuilder
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 ListVersionsByFunctionOutputBuilder
impl Default for ListVersionsByFunctionOutputBuilder
source§fn default() -> ListVersionsByFunctionOutputBuilder
fn default() -> ListVersionsByFunctionOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ListVersionsByFunctionOutputBuilder
impl PartialEq for ListVersionsByFunctionOutputBuilder
source§fn eq(&self, other: &ListVersionsByFunctionOutputBuilder) -> bool
fn eq(&self, other: &ListVersionsByFunctionOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ListVersionsByFunctionOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ListVersionsByFunctionOutputBuilder
impl Send for ListVersionsByFunctionOutputBuilder
impl Sync for ListVersionsByFunctionOutputBuilder
impl Unpin for ListVersionsByFunctionOutputBuilder
impl UnwindSafe for ListVersionsByFunctionOutputBuilder
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.