#[non_exhaustive]pub struct AssociateTeamMemberOutput { /* private fields */ }
Implementations§
source§impl AssociateTeamMemberOutput
impl AssociateTeamMemberOutput
sourcepub fn client_request_token(&self) -> Option<&str>
pub fn client_request_token(&self) -> Option<&str>
The user- or system-generated token from the initial request that can be used to repeat the request.
source§impl AssociateTeamMemberOutput
impl AssociateTeamMemberOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AssociateTeamMemberOutput
.
Trait Implementations§
source§impl Clone for AssociateTeamMemberOutput
impl Clone for AssociateTeamMemberOutput
source§fn clone(&self) -> AssociateTeamMemberOutput
fn clone(&self) -> AssociateTeamMemberOutput
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 AssociateTeamMemberOutput
impl Debug for AssociateTeamMemberOutput
source§impl PartialEq<AssociateTeamMemberOutput> for AssociateTeamMemberOutput
impl PartialEq<AssociateTeamMemberOutput> for AssociateTeamMemberOutput
source§fn eq(&self, other: &AssociateTeamMemberOutput) -> bool
fn eq(&self, other: &AssociateTeamMemberOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.