#[non_exhaustive]pub struct GetObjectLegalHoldOutput { /* private fields */ }
Implementations§
source§impl GetObjectLegalHoldOutput
impl GetObjectLegalHoldOutput
sourcepub fn legal_hold(&self) -> Option<&ObjectLockLegalHold>
pub fn legal_hold(&self) -> Option<&ObjectLockLegalHold>
The current legal hold status for the specified object.
source§impl GetObjectLegalHoldOutput
impl GetObjectLegalHoldOutput
sourcepub fn builder() -> GetObjectLegalHoldOutputBuilder
pub fn builder() -> GetObjectLegalHoldOutputBuilder
Creates a new builder-style object to manufacture GetObjectLegalHoldOutput
.
Trait Implementations§
source§impl Clone for GetObjectLegalHoldOutput
impl Clone for GetObjectLegalHoldOutput
source§fn clone(&self) -> GetObjectLegalHoldOutput
fn clone(&self) -> GetObjectLegalHoldOutput
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 GetObjectLegalHoldOutput
impl Debug for GetObjectLegalHoldOutput
source§impl PartialEq<GetObjectLegalHoldOutput> for GetObjectLegalHoldOutput
impl PartialEq<GetObjectLegalHoldOutput> for GetObjectLegalHoldOutput
source§fn eq(&self, other: &GetObjectLegalHoldOutput) -> bool
fn eq(&self, other: &GetObjectLegalHoldOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for GetObjectLegalHoldOutput
impl RequestId for GetObjectLegalHoldOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.source§impl RequestIdExt for GetObjectLegalHoldOutput
impl RequestIdExt for GetObjectLegalHoldOutput
source§fn extended_request_id(&self) -> Option<&str>
fn extended_request_id(&self) -> Option<&str>
Returns the S3 Extended Request ID necessary when contacting AWS Support.