#[non_exhaustive]pub struct ListLayersOutputBuilder { /* private fields */ }
Expand description
A builder for ListLayersOutput
.
Implementations§
source§impl ListLayersOutputBuilder
impl ListLayersOutputBuilder
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 layers.
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 layers.
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 layers.
sourcepub fn layers(self, input: LayersListItem) -> Self
pub fn layers(self, input: LayersListItem) -> Self
Appends an item to layers
.
To override the contents of this collection use set_layers
.
A list of function layers.
sourcepub fn set_layers(self, input: Option<Vec<LayersListItem>>) -> Self
pub fn set_layers(self, input: Option<Vec<LayersListItem>>) -> Self
A list of function layers.
sourcepub fn get_layers(&self) -> &Option<Vec<LayersListItem>>
pub fn get_layers(&self) -> &Option<Vec<LayersListItem>>
A list of function layers.
sourcepub fn build(self) -> ListLayersOutput
pub fn build(self) -> ListLayersOutput
Consumes the builder and constructs a ListLayersOutput
.
Trait Implementations§
source§impl Clone for ListLayersOutputBuilder
impl Clone for ListLayersOutputBuilder
source§fn clone(&self) -> ListLayersOutputBuilder
fn clone(&self) -> ListLayersOutputBuilder
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 ListLayersOutputBuilder
impl Debug for ListLayersOutputBuilder
source§impl Default for ListLayersOutputBuilder
impl Default for ListLayersOutputBuilder
source§fn default() -> ListLayersOutputBuilder
fn default() -> ListLayersOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ListLayersOutputBuilder
impl PartialEq for ListLayersOutputBuilder
source§fn eq(&self, other: &ListLayersOutputBuilder) -> bool
fn eq(&self, other: &ListLayersOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ListLayersOutputBuilder
Auto Trait Implementations§
impl Freeze for ListLayersOutputBuilder
impl RefUnwindSafe for ListLayersOutputBuilder
impl Send for ListLayersOutputBuilder
impl Sync for ListLayersOutputBuilder
impl Unpin for ListLayersOutputBuilder
impl UnwindSafe for ListLayersOutputBuilder
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.