Struct aws_sdk_memorydb::operation::describe_reserved_nodes::builders::DescribeReservedNodesOutputBuilder
source · #[non_exhaustive]pub struct DescribeReservedNodesOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeReservedNodesOutput
.
Implementations§
source§impl DescribeReservedNodesOutputBuilder
impl DescribeReservedNodesOutputBuilder
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
An optional marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
An optional marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
An optional marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
sourcepub fn reserved_nodes(self, input: ReservedNode) -> Self
pub fn reserved_nodes(self, input: ReservedNode) -> Self
Appends an item to reserved_nodes
.
To override the contents of this collection use set_reserved_nodes
.
Returns information about reserved nodes for this account, or about a specified reserved node.
sourcepub fn set_reserved_nodes(self, input: Option<Vec<ReservedNode>>) -> Self
pub fn set_reserved_nodes(self, input: Option<Vec<ReservedNode>>) -> Self
Returns information about reserved nodes for this account, or about a specified reserved node.
sourcepub fn get_reserved_nodes(&self) -> &Option<Vec<ReservedNode>>
pub fn get_reserved_nodes(&self) -> &Option<Vec<ReservedNode>>
Returns information about reserved nodes for this account, or about a specified reserved node.
sourcepub fn build(self) -> DescribeReservedNodesOutput
pub fn build(self) -> DescribeReservedNodesOutput
Consumes the builder and constructs a DescribeReservedNodesOutput
.
Trait Implementations§
source§impl Clone for DescribeReservedNodesOutputBuilder
impl Clone for DescribeReservedNodesOutputBuilder
source§fn clone(&self) -> DescribeReservedNodesOutputBuilder
fn clone(&self) -> DescribeReservedNodesOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for DescribeReservedNodesOutputBuilder
impl Default for DescribeReservedNodesOutputBuilder
source§fn default() -> DescribeReservedNodesOutputBuilder
fn default() -> DescribeReservedNodesOutputBuilder
source§impl PartialEq<DescribeReservedNodesOutputBuilder> for DescribeReservedNodesOutputBuilder
impl PartialEq<DescribeReservedNodesOutputBuilder> for DescribeReservedNodesOutputBuilder
source§fn eq(&self, other: &DescribeReservedNodesOutputBuilder) -> bool
fn eq(&self, other: &DescribeReservedNodesOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.