Struct aws_sdk_macie2::types::builders::ScopingBuilder
source · #[non_exhaustive]pub struct ScopingBuilder { /* private fields */ }
Expand description
A builder for Scoping
.
Implementations§
source§impl ScopingBuilder
impl ScopingBuilder
sourcepub fn excludes(self, input: JobScopingBlock) -> Self
pub fn excludes(self, input: JobScopingBlock) -> Self
The property- and tag-based conditions that determine which objects to exclude from the analysis.
sourcepub fn set_excludes(self, input: Option<JobScopingBlock>) -> Self
pub fn set_excludes(self, input: Option<JobScopingBlock>) -> Self
The property- and tag-based conditions that determine which objects to exclude from the analysis.
sourcepub fn get_excludes(&self) -> &Option<JobScopingBlock>
pub fn get_excludes(&self) -> &Option<JobScopingBlock>
The property- and tag-based conditions that determine which objects to exclude from the analysis.
sourcepub fn includes(self, input: JobScopingBlock) -> Self
pub fn includes(self, input: JobScopingBlock) -> Self
The property- and tag-based conditions that determine which objects to include in the analysis.
sourcepub fn set_includes(self, input: Option<JobScopingBlock>) -> Self
pub fn set_includes(self, input: Option<JobScopingBlock>) -> Self
The property- and tag-based conditions that determine which objects to include in the analysis.
sourcepub fn get_includes(&self) -> &Option<JobScopingBlock>
pub fn get_includes(&self) -> &Option<JobScopingBlock>
The property- and tag-based conditions that determine which objects to include in the analysis.
Trait Implementations§
source§impl Clone for ScopingBuilder
impl Clone for ScopingBuilder
source§fn clone(&self) -> ScopingBuilder
fn clone(&self) -> ScopingBuilder
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 ScopingBuilder
impl Debug for ScopingBuilder
source§impl Default for ScopingBuilder
impl Default for ScopingBuilder
source§fn default() -> ScopingBuilder
fn default() -> ScopingBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ScopingBuilder> for ScopingBuilder
impl PartialEq<ScopingBuilder> for ScopingBuilder
source§fn eq(&self, other: &ScopingBuilder) -> bool
fn eq(&self, other: &ScopingBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ScopingBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ScopingBuilder
impl Send for ScopingBuilder
impl Sync for ScopingBuilder
impl Unpin for ScopingBuilder
impl UnwindSafe for ScopingBuilder
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