Struct aws_sdk_macie2::operation::update_classification_scope::UpdateClassificationScopeInput
source · #[non_exhaustive]pub struct UpdateClassificationScopeInput { /* private fields */ }
Implementations§
source§impl UpdateClassificationScopeInput
impl UpdateClassificationScopeInput
sourcepub fn builder() -> UpdateClassificationScopeInputBuilder
pub fn builder() -> UpdateClassificationScopeInputBuilder
Creates a new builder-style object to manufacture UpdateClassificationScopeInput
.
source§impl UpdateClassificationScopeInput
impl UpdateClassificationScopeInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateClassificationScope, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<UpdateClassificationScope, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateClassificationScope
>
Trait Implementations§
source§impl Clone for UpdateClassificationScopeInput
impl Clone for UpdateClassificationScopeInput
source§fn clone(&self) -> UpdateClassificationScopeInput
fn clone(&self) -> UpdateClassificationScopeInput
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 PartialEq<UpdateClassificationScopeInput> for UpdateClassificationScopeInput
impl PartialEq<UpdateClassificationScopeInput> for UpdateClassificationScopeInput
source§fn eq(&self, other: &UpdateClassificationScopeInput) -> bool
fn eq(&self, other: &UpdateClassificationScopeInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for UpdateClassificationScopeInput
Auto Trait Implementations§
impl RefUnwindSafe for UpdateClassificationScopeInput
impl Send for UpdateClassificationScopeInput
impl Sync for UpdateClassificationScopeInput
impl Unpin for UpdateClassificationScopeInput
impl UnwindSafe for UpdateClassificationScopeInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more