#[non_exhaustive]pub struct GetMemberOutputBuilder { /* private fields */ }
Expand description
A builder for GetMemberOutput
.
Implementations§
source§impl GetMemberOutputBuilder
impl GetMemberOutputBuilder
sourcepub fn set_member(self, input: Option<Member>) -> Self
pub fn set_member(self, input: Option<Member>) -> Self
The properties of a member.
sourcepub fn build(self) -> GetMemberOutput
pub fn build(self) -> GetMemberOutput
Consumes the builder and constructs a GetMemberOutput
.
Trait Implementations§
source§impl Clone for GetMemberOutputBuilder
impl Clone for GetMemberOutputBuilder
source§fn clone(&self) -> GetMemberOutputBuilder
fn clone(&self) -> GetMemberOutputBuilder
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 GetMemberOutputBuilder
impl Debug for GetMemberOutputBuilder
source§impl Default for GetMemberOutputBuilder
impl Default for GetMemberOutputBuilder
source§fn default() -> GetMemberOutputBuilder
fn default() -> GetMemberOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetMemberOutputBuilder> for GetMemberOutputBuilder
impl PartialEq<GetMemberOutputBuilder> for GetMemberOutputBuilder
source§fn eq(&self, other: &GetMemberOutputBuilder) -> bool
fn eq(&self, other: &GetMemberOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.