Struct aws_sdk_s3::operation::put_bucket_notification_configuration::builders::PutBucketNotificationConfigurationOutputBuilder
source · #[non_exhaustive]pub struct PutBucketNotificationConfigurationOutputBuilder { /* private fields */ }
Expand description
A builder for PutBucketNotificationConfigurationOutput
.
Implementations§
source§impl PutBucketNotificationConfigurationOutputBuilder
impl PutBucketNotificationConfigurationOutputBuilder
sourcepub fn build(self) -> PutBucketNotificationConfigurationOutput
pub fn build(self) -> PutBucketNotificationConfigurationOutput
Consumes the builder and constructs a PutBucketNotificationConfigurationOutput
.
Trait Implementations§
source§impl Clone for PutBucketNotificationConfigurationOutputBuilder
impl Clone for PutBucketNotificationConfigurationOutputBuilder
source§fn clone(&self) -> PutBucketNotificationConfigurationOutputBuilder
fn clone(&self) -> PutBucketNotificationConfigurationOutputBuilder
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 Default for PutBucketNotificationConfigurationOutputBuilder
impl Default for PutBucketNotificationConfigurationOutputBuilder
source§fn default() -> PutBucketNotificationConfigurationOutputBuilder
fn default() -> PutBucketNotificationConfigurationOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<PutBucketNotificationConfigurationOutputBuilder> for PutBucketNotificationConfigurationOutputBuilder
impl PartialEq<PutBucketNotificationConfigurationOutputBuilder> for PutBucketNotificationConfigurationOutputBuilder
source§fn eq(&self, other: &PutBucketNotificationConfigurationOutputBuilder) -> bool
fn eq(&self, other: &PutBucketNotificationConfigurationOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.