Struct aws_sdk_secretsmanager::operation::replicate_secret_to_regions::builders::ReplicateSecretToRegionsOutputBuilder
source · #[non_exhaustive]pub struct ReplicateSecretToRegionsOutputBuilder { /* private fields */ }
Expand description
A builder for ReplicateSecretToRegionsOutput
.
Implementations§
source§impl ReplicateSecretToRegionsOutputBuilder
impl ReplicateSecretToRegionsOutputBuilder
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 replication.
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 replication.
sourcepub fn get_replication_status(&self) -> &Option<Vec<ReplicationStatusType>>
pub fn get_replication_status(&self) -> &Option<Vec<ReplicationStatusType>>
The status of replication.
sourcepub fn build(self) -> ReplicateSecretToRegionsOutput
pub fn build(self) -> ReplicateSecretToRegionsOutput
Consumes the builder and constructs a ReplicateSecretToRegionsOutput
.
Trait Implementations§
source§impl Clone for ReplicateSecretToRegionsOutputBuilder
impl Clone for ReplicateSecretToRegionsOutputBuilder
source§fn clone(&self) -> ReplicateSecretToRegionsOutputBuilder
fn clone(&self) -> ReplicateSecretToRegionsOutputBuilder
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 ReplicateSecretToRegionsOutputBuilder
impl Default for ReplicateSecretToRegionsOutputBuilder
source§fn default() -> ReplicateSecretToRegionsOutputBuilder
fn default() -> ReplicateSecretToRegionsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ReplicateSecretToRegionsOutputBuilder
impl PartialEq for ReplicateSecretToRegionsOutputBuilder
source§fn eq(&self, other: &ReplicateSecretToRegionsOutputBuilder) -> bool
fn eq(&self, other: &ReplicateSecretToRegionsOutputBuilder) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for ReplicateSecretToRegionsOutputBuilder
Auto Trait Implementations§
impl Freeze for ReplicateSecretToRegionsOutputBuilder
impl RefUnwindSafe for ReplicateSecretToRegionsOutputBuilder
impl Send for ReplicateSecretToRegionsOutputBuilder
impl Sync for ReplicateSecretToRegionsOutputBuilder
impl Unpin for ReplicateSecretToRegionsOutputBuilder
impl UnwindSafe for ReplicateSecretToRegionsOutputBuilder
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.