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