Struct aws_sdk_macie2::operation::update_member_session::builders::UpdateMemberSessionOutputBuilder
source · #[non_exhaustive]pub struct UpdateMemberSessionOutputBuilder { /* private fields */ }
Expand description
A builder for UpdateMemberSessionOutput
.
Implementations§
source§impl UpdateMemberSessionOutputBuilder
impl UpdateMemberSessionOutputBuilder
sourcepub fn build(self) -> UpdateMemberSessionOutput
pub fn build(self) -> UpdateMemberSessionOutput
Consumes the builder and constructs a UpdateMemberSessionOutput
.
Trait Implementations§
source§impl Clone for UpdateMemberSessionOutputBuilder
impl Clone for UpdateMemberSessionOutputBuilder
source§fn clone(&self) -> UpdateMemberSessionOutputBuilder
fn clone(&self) -> UpdateMemberSessionOutputBuilder
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 UpdateMemberSessionOutputBuilder
impl Default for UpdateMemberSessionOutputBuilder
source§fn default() -> UpdateMemberSessionOutputBuilder
fn default() -> UpdateMemberSessionOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for UpdateMemberSessionOutputBuilder
impl PartialEq for UpdateMemberSessionOutputBuilder
source§fn eq(&self, other: &UpdateMemberSessionOutputBuilder) -> bool
fn eq(&self, other: &UpdateMemberSessionOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for UpdateMemberSessionOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for UpdateMemberSessionOutputBuilder
impl Send for UpdateMemberSessionOutputBuilder
impl Sync for UpdateMemberSessionOutputBuilder
impl Unpin for UpdateMemberSessionOutputBuilder
impl UnwindSafe for UpdateMemberSessionOutputBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.