Struct aws_sdk_s3::types::builders::OwnerBuilder
source · #[non_exhaustive]pub struct OwnerBuilder { /* private fields */ }
Expand description
A builder for Owner
.
Implementations§
source§impl OwnerBuilder
impl OwnerBuilder
sourcepub fn display_name(self, input: impl Into<String>) -> Self
pub fn display_name(self, input: impl Into<String>) -> Self
Container for the display name of the owner.
sourcepub fn set_display_name(self, input: Option<String>) -> Self
pub fn set_display_name(self, input: Option<String>) -> Self
Container for the display name of the owner.
Trait Implementations§
source§impl Clone for OwnerBuilder
impl Clone for OwnerBuilder
source§fn clone(&self) -> OwnerBuilder
fn clone(&self) -> OwnerBuilder
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 OwnerBuilder
impl Debug for OwnerBuilder
source§impl Default for OwnerBuilder
impl Default for OwnerBuilder
source§fn default() -> OwnerBuilder
fn default() -> OwnerBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<OwnerBuilder> for OwnerBuilder
impl PartialEq<OwnerBuilder> for OwnerBuilder
source§fn eq(&self, other: &OwnerBuilder) -> bool
fn eq(&self, other: &OwnerBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for OwnerBuilder
Auto Trait Implementations§
impl RefUnwindSafe for OwnerBuilder
impl Send for OwnerBuilder
impl Sync for OwnerBuilder
impl Unpin for OwnerBuilder
impl UnwindSafe for OwnerBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more