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