#[non_exhaustive]pub struct AssociateMemberToGroupInput { /* private fields */ }Implementations§
source§impl AssociateMemberToGroupInput
impl AssociateMemberToGroupInput
sourcepub fn builder() -> AssociateMemberToGroupInputBuilder
pub fn builder() -> AssociateMemberToGroupInputBuilder
Creates a new builder-style object to manufacture AssociateMemberToGroupInput.
source§impl AssociateMemberToGroupInput
impl AssociateMemberToGroupInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AssociateMemberToGroup, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<AssociateMemberToGroup, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<AssociateMemberToGroup>
Trait Implementations§
source§impl Clone for AssociateMemberToGroupInput
impl Clone for AssociateMemberToGroupInput
source§fn clone(&self) -> AssociateMemberToGroupInput
fn clone(&self) -> AssociateMemberToGroupInput
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 AssociateMemberToGroupInput
impl Debug for AssociateMemberToGroupInput
source§impl PartialEq<AssociateMemberToGroupInput> for AssociateMemberToGroupInput
impl PartialEq<AssociateMemberToGroupInput> for AssociateMemberToGroupInput
source§fn eq(&self, other: &AssociateMemberToGroupInput) -> bool
fn eq(&self, other: &AssociateMemberToGroupInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.