Struct aws_sdk_s3control::types::S3ObjectLockLegalHold
source · #[non_exhaustive]pub struct S3ObjectLockLegalHold { /* private fields */ }
Expand description
Whether S3 Object Lock legal hold will be applied to objects in an S3 Batch Operations job.
Implementations§
source§impl S3ObjectLockLegalHold
impl S3ObjectLockLegalHold
sourcepub fn status(&self) -> Option<&S3ObjectLockLegalHoldStatus>
pub fn status(&self) -> Option<&S3ObjectLockLegalHoldStatus>
The Object Lock legal hold status to be applied to all objects in the Batch Operations job.
source§impl S3ObjectLockLegalHold
impl S3ObjectLockLegalHold
sourcepub fn builder() -> S3ObjectLockLegalHoldBuilder
pub fn builder() -> S3ObjectLockLegalHoldBuilder
Creates a new builder-style object to manufacture S3ObjectLockLegalHold
.
Trait Implementations§
source§impl Clone for S3ObjectLockLegalHold
impl Clone for S3ObjectLockLegalHold
source§fn clone(&self) -> S3ObjectLockLegalHold
fn clone(&self) -> S3ObjectLockLegalHold
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 S3ObjectLockLegalHold
impl Debug for S3ObjectLockLegalHold
source§impl PartialEq<S3ObjectLockLegalHold> for S3ObjectLockLegalHold
impl PartialEq<S3ObjectLockLegalHold> for S3ObjectLockLegalHold
source§fn eq(&self, other: &S3ObjectLockLegalHold) -> bool
fn eq(&self, other: &S3ObjectLockLegalHold) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.