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