#[non_exhaustive]pub struct S3ReplicateObjectOperation {}Expand description
Directs the specified job to invoke ReplicateObject on every object in the job's manifest.
Implementations§
source§impl S3ReplicateObjectOperation
impl S3ReplicateObjectOperation
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture S3ReplicateObjectOperation.
Trait Implementations§
source§impl Clone for S3ReplicateObjectOperation
impl Clone for S3ReplicateObjectOperation
source§fn clone(&self) -> S3ReplicateObjectOperation
fn clone(&self) -> S3ReplicateObjectOperation
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 Debug for S3ReplicateObjectOperation
impl Debug for S3ReplicateObjectOperation
source§impl PartialEq<S3ReplicateObjectOperation> for S3ReplicateObjectOperation
impl PartialEq<S3ReplicateObjectOperation> for S3ReplicateObjectOperation
source§fn eq(&self, other: &S3ReplicateObjectOperation) -> bool
fn eq(&self, other: &S3ReplicateObjectOperation) -> bool
This method tests for
self and other values to be equal, and is used
by ==.