#[non_exhaustive]pub struct PutBucketIntelligentTieringConfigurationOutput {}
Implementations§
source§impl PutBucketIntelligentTieringConfigurationOutput
impl PutBucketIntelligentTieringConfigurationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PutBucketIntelligentTieringConfigurationOutput
.
Trait Implementations§
source§impl Clone for PutBucketIntelligentTieringConfigurationOutput
impl Clone for PutBucketIntelligentTieringConfigurationOutput
source§fn clone(&self) -> PutBucketIntelligentTieringConfigurationOutput
fn clone(&self) -> PutBucketIntelligentTieringConfigurationOutput
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 PartialEq<PutBucketIntelligentTieringConfigurationOutput> for PutBucketIntelligentTieringConfigurationOutput
impl PartialEq<PutBucketIntelligentTieringConfigurationOutput> for PutBucketIntelligentTieringConfigurationOutput
source§fn eq(&self, other: &PutBucketIntelligentTieringConfigurationOutput) -> bool
fn eq(&self, other: &PutBucketIntelligentTieringConfigurationOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.