Struct aws_sdk_lambda::operation::list_layer_versions::builders::ListLayerVersionsOutputBuilder
source · #[non_exhaustive]pub struct ListLayerVersionsOutputBuilder { /* private fields */ }
Expand description
A builder for ListLayerVersionsOutput
.
Implementations§
source§impl ListLayerVersionsOutputBuilder
impl ListLayerVersionsOutputBuilder
sourcepub fn next_marker(self, input: impl Into<String>) -> Self
pub fn next_marker(self, input: impl Into<String>) -> Self
A pagination token returned when the response doesn't contain all versions.
sourcepub fn set_next_marker(self, input: Option<String>) -> Self
pub fn set_next_marker(self, input: Option<String>) -> Self
A pagination token returned when the response doesn't contain all versions.
sourcepub fn get_next_marker(&self) -> &Option<String>
pub fn get_next_marker(&self) -> &Option<String>
A pagination token returned when the response doesn't contain all versions.
sourcepub fn layer_versions(self, input: LayerVersionsListItem) -> Self
pub fn layer_versions(self, input: LayerVersionsListItem) -> Self
Appends an item to layer_versions
.
To override the contents of this collection use set_layer_versions
.
A list of versions.
sourcepub fn set_layer_versions(
self,
input: Option<Vec<LayerVersionsListItem>>
) -> Self
pub fn set_layer_versions( self, input: Option<Vec<LayerVersionsListItem>> ) -> Self
A list of versions.
sourcepub fn get_layer_versions(&self) -> &Option<Vec<LayerVersionsListItem>>
pub fn get_layer_versions(&self) -> &Option<Vec<LayerVersionsListItem>>
A list of versions.
sourcepub fn build(self) -> ListLayerVersionsOutput
pub fn build(self) -> ListLayerVersionsOutput
Consumes the builder and constructs a ListLayerVersionsOutput
.
Trait Implementations§
source§impl Clone for ListLayerVersionsOutputBuilder
impl Clone for ListLayerVersionsOutputBuilder
source§fn clone(&self) -> ListLayerVersionsOutputBuilder
fn clone(&self) -> ListLayerVersionsOutputBuilder
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 ListLayerVersionsOutputBuilder
impl Default for ListLayerVersionsOutputBuilder
source§fn default() -> ListLayerVersionsOutputBuilder
fn default() -> ListLayerVersionsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ListLayerVersionsOutputBuilder
impl PartialEq for ListLayerVersionsOutputBuilder
source§fn eq(&self, other: &ListLayerVersionsOutputBuilder) -> bool
fn eq(&self, other: &ListLayerVersionsOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ListLayerVersionsOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ListLayerVersionsOutputBuilder
impl Send for ListLayerVersionsOutputBuilder
impl Sync for ListLayerVersionsOutputBuilder
impl Unpin for ListLayerVersionsOutputBuilder
impl UnwindSafe for ListLayerVersionsOutputBuilder
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.