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<UpdateMemberSessionOutputBuilder> for UpdateMemberSessionOutputBuilder
impl PartialEq<UpdateMemberSessionOutputBuilder> 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 ==
.