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