Struct aws_sdk_elasticache::operation::describe_replication_groups::builders::DescribeReplicationGroupsOutputBuilder
source · #[non_exhaustive]pub struct DescribeReplicationGroupsOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeReplicationGroupsOutput
.
Implementations§
source§impl DescribeReplicationGroupsOutputBuilder
impl DescribeReplicationGroupsOutputBuilder
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 replication_groups(self, input: ReplicationGroup) -> Self
pub fn replication_groups(self, input: ReplicationGroup) -> Self
Appends an item to replication_groups
.
To override the contents of this collection use set_replication_groups
.
A list of replication groups. Each item in the list contains detailed information about one replication group.
sourcepub fn set_replication_groups(
self,
input: Option<Vec<ReplicationGroup>>
) -> Self
pub fn set_replication_groups( self, input: Option<Vec<ReplicationGroup>> ) -> Self
A list of replication groups. Each item in the list contains detailed information about one replication group.
sourcepub fn get_replication_groups(&self) -> &Option<Vec<ReplicationGroup>>
pub fn get_replication_groups(&self) -> &Option<Vec<ReplicationGroup>>
A list of replication groups. Each item in the list contains detailed information about one replication group.
sourcepub fn build(self) -> DescribeReplicationGroupsOutput
pub fn build(self) -> DescribeReplicationGroupsOutput
Consumes the builder and constructs a DescribeReplicationGroupsOutput
.
Trait Implementations§
source§impl Clone for DescribeReplicationGroupsOutputBuilder
impl Clone for DescribeReplicationGroupsOutputBuilder
source§fn clone(&self) -> DescribeReplicationGroupsOutputBuilder
fn clone(&self) -> DescribeReplicationGroupsOutputBuilder
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 DescribeReplicationGroupsOutputBuilder
impl Default for DescribeReplicationGroupsOutputBuilder
source§fn default() -> DescribeReplicationGroupsOutputBuilder
fn default() -> DescribeReplicationGroupsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DescribeReplicationGroupsOutputBuilder
impl PartialEq for DescribeReplicationGroupsOutputBuilder
source§fn eq(&self, other: &DescribeReplicationGroupsOutputBuilder) -> bool
fn eq(&self, other: &DescribeReplicationGroupsOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DescribeReplicationGroupsOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DescribeReplicationGroupsOutputBuilder
impl Send for DescribeReplicationGroupsOutputBuilder
impl Sync for DescribeReplicationGroupsOutputBuilder
impl Unpin for DescribeReplicationGroupsOutputBuilder
impl UnwindSafe for DescribeReplicationGroupsOutputBuilder
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.