#[non_exhaustive]pub struct ListEntityRecognizersInput { /* private fields */ }Implementations§
source§impl ListEntityRecognizersInput
impl ListEntityRecognizersInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListEntityRecognizers, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListEntityRecognizers, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListEntityRecognizers>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListEntityRecognizersInput.
source§impl ListEntityRecognizersInput
impl ListEntityRecognizersInput
sourcepub fn filter(&self) -> Option<&EntityRecognizerFilter>
pub fn filter(&self) -> Option<&EntityRecognizerFilter>
Filters the list of entities returned. You can filter on Status, SubmitTimeBefore, or SubmitTimeAfter. You can only set one filter at a time.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
Identifies the next page of results to return.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of results to return on each page. The default is 100.
Trait Implementations§
source§impl Clone for ListEntityRecognizersInput
impl Clone for ListEntityRecognizersInput
source§fn clone(&self) -> ListEntityRecognizersInput
fn clone(&self) -> ListEntityRecognizersInput
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 ListEntityRecognizersInput
impl Debug for ListEntityRecognizersInput
source§impl PartialEq<ListEntityRecognizersInput> for ListEntityRecognizersInput
impl PartialEq<ListEntityRecognizersInput> for ListEntityRecognizersInput
source§fn eq(&self, other: &ListEntityRecognizersInput) -> bool
fn eq(&self, other: &ListEntityRecognizersInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.