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 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 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<ListLayerVersionsOutputBuilder> for ListLayerVersionsOutputBuilder
impl PartialEq<ListLayerVersionsOutputBuilder> 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 ==
.