Struct aws_sdk_lexmodelsv2::model::SlotFilter
source · #[non_exhaustive]pub struct SlotFilter { /* private fields */ }Expand description
Filters the response from the ListSlots operation.
Implementations§
source§impl SlotFilter
impl SlotFilter
sourcepub fn name(&self) -> Option<&SlotFilterName>
pub fn name(&self) -> Option<&SlotFilterName>
The name of the field to use for filtering.
sourcepub fn operator(&self) -> Option<&SlotFilterOperator>
pub fn operator(&self) -> Option<&SlotFilterOperator>
The operator to use for the filter. Specify EQ when the ListSlots operation should return only aliases that equal the specified value. Specify CO when the ListSlots operation should return aliases that contain the specified value.
source§impl SlotFilter
impl SlotFilter
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SlotFilter.
Trait Implementations§
source§impl Clone for SlotFilter
impl Clone for SlotFilter
source§fn clone(&self) -> SlotFilter
fn clone(&self) -> SlotFilter
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 more