#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for DescribeImportTasksInput
Implementations
Appends an item to filters.
To override the contents of this collection use set_filters.
An array of name-value pairs that you provide to filter the results for the DescribeImportTask request to a specific subset of results. Currently, wildcard values aren't supported for filters.
An array of name-value pairs that you provide to filter the results for the DescribeImportTask request to a specific subset of results. Currently, wildcard values aren't supported for filters.
The maximum number of results that you want this request to return, up to 100.
The maximum number of results that you want this request to return, up to 100.
The token to request a specific page of results.
The token to request a specific page of results.
Consumes the builder and constructs a DescribeImportTasksInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more