#[non_exhaustive]pub struct ImportTaskFilter { /* private fields */ }Expand description
A name-values pair of elements you can use to filter the results when querying your import tasks. Currently, wildcards are not supported for filters.
When filtering by import status, all other filter values are ignored.
Implementations§
source§impl ImportTaskFilter
impl ImportTaskFilter
sourcepub fn name(&self) -> Option<&ImportTaskFilterName>
pub fn name(&self) -> Option<&ImportTaskFilterName>
The name, status, or import task ID for a specific import task.
source§impl ImportTaskFilter
impl ImportTaskFilter
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ImportTaskFilter.
Trait Implementations§
source§impl Clone for ImportTaskFilter
impl Clone for ImportTaskFilter
source§fn clone(&self) -> ImportTaskFilter
fn clone(&self) -> ImportTaskFilter
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