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