Struct aws_sdk_elasticache::operation::describe_reserved_cache_nodes::builders::DescribeReservedCacheNodesOutputBuilder
source · #[non_exhaustive]pub struct DescribeReservedCacheNodesOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeReservedCacheNodesOutput
.
Implementations§
source§impl DescribeReservedCacheNodesOutputBuilder
impl DescribeReservedCacheNodesOutputBuilder
sourcepub fn marker(self, input: impl Into<String>) -> Self
pub fn marker(self, input: impl Into<String>) -> Self
Provides an identifier to allow retrieval of paginated results.
sourcepub fn set_marker(self, input: Option<String>) -> Self
pub fn set_marker(self, input: Option<String>) -> Self
Provides an identifier to allow retrieval of paginated results.
sourcepub fn get_marker(&self) -> &Option<String>
pub fn get_marker(&self) -> &Option<String>
Provides an identifier to allow retrieval of paginated results.
sourcepub fn reserved_cache_nodes(self, input: ReservedCacheNode) -> Self
pub fn reserved_cache_nodes(self, input: ReservedCacheNode) -> Self
Appends an item to reserved_cache_nodes
.
To override the contents of this collection use set_reserved_cache_nodes
.
A list of reserved cache nodes. Each element in the list contains detailed information about one node.
sourcepub fn set_reserved_cache_nodes(
self,
input: Option<Vec<ReservedCacheNode>>
) -> Self
pub fn set_reserved_cache_nodes( self, input: Option<Vec<ReservedCacheNode>> ) -> Self
A list of reserved cache nodes. Each element in the list contains detailed information about one node.
sourcepub fn get_reserved_cache_nodes(&self) -> &Option<Vec<ReservedCacheNode>>
pub fn get_reserved_cache_nodes(&self) -> &Option<Vec<ReservedCacheNode>>
A list of reserved cache nodes. Each element in the list contains detailed information about one node.
sourcepub fn build(self) -> DescribeReservedCacheNodesOutput
pub fn build(self) -> DescribeReservedCacheNodesOutput
Consumes the builder and constructs a DescribeReservedCacheNodesOutput
.
Trait Implementations§
source§impl Clone for DescribeReservedCacheNodesOutputBuilder
impl Clone for DescribeReservedCacheNodesOutputBuilder
source§fn clone(&self) -> DescribeReservedCacheNodesOutputBuilder
fn clone(&self) -> DescribeReservedCacheNodesOutputBuilder
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 DescribeReservedCacheNodesOutputBuilder
impl Default for DescribeReservedCacheNodesOutputBuilder
source§fn default() -> DescribeReservedCacheNodesOutputBuilder
fn default() -> DescribeReservedCacheNodesOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DescribeReservedCacheNodesOutputBuilder
impl PartialEq for DescribeReservedCacheNodesOutputBuilder
source§fn eq(&self, other: &DescribeReservedCacheNodesOutputBuilder) -> bool
fn eq(&self, other: &DescribeReservedCacheNodesOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DescribeReservedCacheNodesOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DescribeReservedCacheNodesOutputBuilder
impl Send for DescribeReservedCacheNodesOutputBuilder
impl Sync for DescribeReservedCacheNodesOutputBuilder
impl Unpin for DescribeReservedCacheNodesOutputBuilder
impl UnwindSafe for DescribeReservedCacheNodesOutputBuilder
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.