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