Struct bonsaidb::keystorage::s3::aws_sdk_s3::types::builders::DeleteMarkerReplicationBuilder
#[non_exhaustive]pub struct DeleteMarkerReplicationBuilder { /* private fields */ }
Expand description
A builder for DeleteMarkerReplication
.
Implementations§
§impl DeleteMarkerReplicationBuilder
impl DeleteMarkerReplicationBuilder
pub fn status(
self,
input: DeleteMarkerReplicationStatus
) -> DeleteMarkerReplicationBuilder
pub fn status( self, input: DeleteMarkerReplicationStatus ) -> DeleteMarkerReplicationBuilder
Indicates whether to replicate delete markers.
Indicates whether to replicate delete markers.
pub fn set_status(
self,
input: Option<DeleteMarkerReplicationStatus>
) -> DeleteMarkerReplicationBuilder
pub fn set_status( self, input: Option<DeleteMarkerReplicationStatus> ) -> DeleteMarkerReplicationBuilder
Indicates whether to replicate delete markers.
Indicates whether to replicate delete markers.
pub fn get_status(&self) -> &Option<DeleteMarkerReplicationStatus>
pub fn get_status(&self) -> &Option<DeleteMarkerReplicationStatus>
Indicates whether to replicate delete markers.
Indicates whether to replicate delete markers.
pub fn build(self) -> DeleteMarkerReplication
pub fn build(self) -> DeleteMarkerReplication
Consumes the builder and constructs a DeleteMarkerReplication
.
Trait Implementations§
§impl Clone for DeleteMarkerReplicationBuilder
impl Clone for DeleteMarkerReplicationBuilder
§fn clone(&self) -> DeleteMarkerReplicationBuilder
fn clone(&self) -> DeleteMarkerReplicationBuilder
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 more§impl Debug for DeleteMarkerReplicationBuilder
impl Debug for DeleteMarkerReplicationBuilder
§impl Default for DeleteMarkerReplicationBuilder
impl Default for DeleteMarkerReplicationBuilder
§fn default() -> DeleteMarkerReplicationBuilder
fn default() -> DeleteMarkerReplicationBuilder
Returns the “default value” for a type. Read more
§impl PartialEq for DeleteMarkerReplicationBuilder
impl PartialEq for DeleteMarkerReplicationBuilder
§fn eq(&self, other: &DeleteMarkerReplicationBuilder) -> bool
fn eq(&self, other: &DeleteMarkerReplicationBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeleteMarkerReplicationBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeleteMarkerReplicationBuilder
impl Send for DeleteMarkerReplicationBuilder
impl Sync for DeleteMarkerReplicationBuilder
impl Unpin for DeleteMarkerReplicationBuilder
impl UnwindSafe for DeleteMarkerReplicationBuilder
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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