#[non_exhaustive]pub struct CriterionAdditionalPropertiesBuilder { /* private fields */ }
Expand description
A builder for CriterionAdditionalProperties
.
Implementations§
source§impl CriterionAdditionalPropertiesBuilder
impl CriterionAdditionalPropertiesBuilder
sourcepub fn eq(self, input: impl Into<String>) -> Self
pub fn eq(self, input: impl Into<String>) -> Self
Appends an item to eq
.
To override the contents of this collection use set_eq
.
The value for the property matches (equals) the specified value. If you specify multiple values, Macie uses OR logic to join the values.
sourcepub fn set_eq(self, input: Option<Vec<String>>) -> Self
pub fn set_eq(self, input: Option<Vec<String>>) -> Self
The value for the property matches (equals) the specified value. If you specify multiple values, Macie uses OR logic to join the values.
sourcepub fn get_eq(&self) -> &Option<Vec<String>>
pub fn get_eq(&self) -> &Option<Vec<String>>
The value for the property matches (equals) the specified value. If you specify multiple values, Macie uses OR logic to join the values.
sourcepub fn eq_exact_match(self, input: impl Into<String>) -> Self
pub fn eq_exact_match(self, input: impl Into<String>) -> Self
Appends an item to eq_exact_match
.
To override the contents of this collection use set_eq_exact_match
.
The value for the property exclusively matches (equals an exact match for) all the specified values. If you specify multiple values, Amazon Macie uses AND logic to join the values.
You can use this operator with the following properties: customDataIdentifiers.detections.arn, customDataIdentifiers.detections.name, resourcesAffected.s3Bucket.tags.key, resourcesAffected.s3Bucket.tags.value, resourcesAffected.s3Object.tags.key, resourcesAffected.s3Object.tags.value, sensitiveData.category, and sensitiveData.detections.type.
sourcepub fn set_eq_exact_match(self, input: Option<Vec<String>>) -> Self
pub fn set_eq_exact_match(self, input: Option<Vec<String>>) -> Self
The value for the property exclusively matches (equals an exact match for) all the specified values. If you specify multiple values, Amazon Macie uses AND logic to join the values.
You can use this operator with the following properties: customDataIdentifiers.detections.arn, customDataIdentifiers.detections.name, resourcesAffected.s3Bucket.tags.key, resourcesAffected.s3Bucket.tags.value, resourcesAffected.s3Object.tags.key, resourcesAffected.s3Object.tags.value, sensitiveData.category, and sensitiveData.detections.type.
sourcepub fn get_eq_exact_match(&self) -> &Option<Vec<String>>
pub fn get_eq_exact_match(&self) -> &Option<Vec<String>>
The value for the property exclusively matches (equals an exact match for) all the specified values. If you specify multiple values, Amazon Macie uses AND logic to join the values.
You can use this operator with the following properties: customDataIdentifiers.detections.arn, customDataIdentifiers.detections.name, resourcesAffected.s3Bucket.tags.key, resourcesAffected.s3Bucket.tags.value, resourcesAffected.s3Object.tags.key, resourcesAffected.s3Object.tags.value, sensitiveData.category, and sensitiveData.detections.type.
sourcepub fn gt(self, input: i64) -> Self
pub fn gt(self, input: i64) -> Self
The value for the property is greater than the specified value.
sourcepub fn set_gt(self, input: Option<i64>) -> Self
pub fn set_gt(self, input: Option<i64>) -> Self
The value for the property is greater than the specified value.
sourcepub fn get_gt(&self) -> &Option<i64>
pub fn get_gt(&self) -> &Option<i64>
The value for the property is greater than the specified value.
sourcepub fn gte(self, input: i64) -> Self
pub fn gte(self, input: i64) -> Self
The value for the property is greater than or equal to the specified value.
sourcepub fn set_gte(self, input: Option<i64>) -> Self
pub fn set_gte(self, input: Option<i64>) -> Self
The value for the property is greater than or equal to the specified value.
sourcepub fn get_gte(&self) -> &Option<i64>
pub fn get_gte(&self) -> &Option<i64>
The value for the property is greater than or equal to the specified value.
sourcepub fn lt(self, input: i64) -> Self
pub fn lt(self, input: i64) -> Self
The value for the property is less than the specified value.
sourcepub fn set_lt(self, input: Option<i64>) -> Self
pub fn set_lt(self, input: Option<i64>) -> Self
The value for the property is less than the specified value.
sourcepub fn get_lt(&self) -> &Option<i64>
pub fn get_lt(&self) -> &Option<i64>
The value for the property is less than the specified value.
sourcepub fn lte(self, input: i64) -> Self
pub fn lte(self, input: i64) -> Self
The value for the property is less than or equal to the specified value.
sourcepub fn set_lte(self, input: Option<i64>) -> Self
pub fn set_lte(self, input: Option<i64>) -> Self
The value for the property is less than or equal to the specified value.
sourcepub fn get_lte(&self) -> &Option<i64>
pub fn get_lte(&self) -> &Option<i64>
The value for the property is less than or equal to the specified value.
sourcepub fn neq(self, input: impl Into<String>) -> Self
pub fn neq(self, input: impl Into<String>) -> Self
Appends an item to neq
.
To override the contents of this collection use set_neq
.
The value for the property doesn't match (doesn't equal) the specified value. If you specify multiple values, Macie uses OR logic to join the values.
sourcepub fn set_neq(self, input: Option<Vec<String>>) -> Self
pub fn set_neq(self, input: Option<Vec<String>>) -> Self
The value for the property doesn't match (doesn't equal) the specified value. If you specify multiple values, Macie uses OR logic to join the values.
sourcepub fn get_neq(&self) -> &Option<Vec<String>>
pub fn get_neq(&self) -> &Option<Vec<String>>
The value for the property doesn't match (doesn't equal) the specified value. If you specify multiple values, Macie uses OR logic to join the values.
sourcepub fn build(self) -> CriterionAdditionalProperties
pub fn build(self) -> CriterionAdditionalProperties
Consumes the builder and constructs a CriterionAdditionalProperties
.
Trait Implementations§
source§impl Clone for CriterionAdditionalPropertiesBuilder
impl Clone for CriterionAdditionalPropertiesBuilder
source§fn clone(&self) -> CriterionAdditionalPropertiesBuilder
fn clone(&self) -> CriterionAdditionalPropertiesBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for CriterionAdditionalPropertiesBuilder
impl Default for CriterionAdditionalPropertiesBuilder
source§fn default() -> CriterionAdditionalPropertiesBuilder
fn default() -> CriterionAdditionalPropertiesBuilder
source§impl PartialEq for CriterionAdditionalPropertiesBuilder
impl PartialEq for CriterionAdditionalPropertiesBuilder
source§fn eq(&self, other: &CriterionAdditionalPropertiesBuilder) -> bool
fn eq(&self, other: &CriterionAdditionalPropertiesBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.