Struct aws_sdk_secretsmanager::operation::remove_regions_from_replication::builders::RemoveRegionsFromReplicationOutputBuilder
source · #[non_exhaustive]pub struct RemoveRegionsFromReplicationOutputBuilder { /* private fields */ }
Expand description
A builder for RemoveRegionsFromReplicationOutput
.
Implementations§
source§impl RemoveRegionsFromReplicationOutputBuilder
impl RemoveRegionsFromReplicationOutputBuilder
sourcepub fn replication_status(self, input: ReplicationStatusType) -> Self
pub fn replication_status(self, input: ReplicationStatusType) -> Self
Appends an item to replication_status
.
To override the contents of this collection use set_replication_status
.
The status of replicas for this secret after you remove Regions.
sourcepub fn set_replication_status(
self,
input: Option<Vec<ReplicationStatusType>>,
) -> Self
pub fn set_replication_status( self, input: Option<Vec<ReplicationStatusType>>, ) -> Self
The status of replicas for this secret after you remove Regions.
sourcepub fn get_replication_status(&self) -> &Option<Vec<ReplicationStatusType>>
pub fn get_replication_status(&self) -> &Option<Vec<ReplicationStatusType>>
The status of replicas for this secret after you remove Regions.
sourcepub fn build(self) -> RemoveRegionsFromReplicationOutput
pub fn build(self) -> RemoveRegionsFromReplicationOutput
Consumes the builder and constructs a RemoveRegionsFromReplicationOutput
.
Trait Implementations§
source§impl Clone for RemoveRegionsFromReplicationOutputBuilder
impl Clone for RemoveRegionsFromReplicationOutputBuilder
source§fn clone(&self) -> RemoveRegionsFromReplicationOutputBuilder
fn clone(&self) -> RemoveRegionsFromReplicationOutputBuilder
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 RemoveRegionsFromReplicationOutputBuilder
impl Default for RemoveRegionsFromReplicationOutputBuilder
source§fn default() -> RemoveRegionsFromReplicationOutputBuilder
fn default() -> RemoveRegionsFromReplicationOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for RemoveRegionsFromReplicationOutputBuilder
impl PartialEq for RemoveRegionsFromReplicationOutputBuilder
source§fn eq(&self, other: &RemoveRegionsFromReplicationOutputBuilder) -> bool
fn eq(&self, other: &RemoveRegionsFromReplicationOutputBuilder) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for RemoveRegionsFromReplicationOutputBuilder
Auto Trait Implementations§
impl Freeze for RemoveRegionsFromReplicationOutputBuilder
impl RefUnwindSafe for RemoveRegionsFromReplicationOutputBuilder
impl Send for RemoveRegionsFromReplicationOutputBuilder
impl Sync for RemoveRegionsFromReplicationOutputBuilder
impl Unpin for RemoveRegionsFromReplicationOutputBuilder
impl UnwindSafe for RemoveRegionsFromReplicationOutputBuilder
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)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.