Struct aws_sdk_s3::output::PutObjectTaggingOutput
source · #[non_exhaustive]pub struct PutObjectTaggingOutput { /* private fields */ }
Implementations§
source§impl PutObjectTaggingOutput
impl PutObjectTaggingOutput
sourcepub fn version_id(&self) -> Option<&str>
pub fn version_id(&self) -> Option<&str>
The versionId of the object the tag-set was added to.
source§impl PutObjectTaggingOutput
impl PutObjectTaggingOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PutObjectTaggingOutput
.
Trait Implementations§
source§impl Clone for PutObjectTaggingOutput
impl Clone for PutObjectTaggingOutput
source§fn clone(&self) -> PutObjectTaggingOutput
fn clone(&self) -> PutObjectTaggingOutput
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 PutObjectTaggingOutput
impl Debug for PutObjectTaggingOutput
source§impl PartialEq<PutObjectTaggingOutput> for PutObjectTaggingOutput
impl PartialEq<PutObjectTaggingOutput> for PutObjectTaggingOutput
source§fn eq(&self, other: &PutObjectTaggingOutput) -> bool
fn eq(&self, other: &PutObjectTaggingOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.