#[non_exhaustive]pub struct ListEntityRecognizerSummariesInput { /* private fields */ }Implementations§
source§impl ListEntityRecognizerSummariesInput
impl ListEntityRecognizerSummariesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListEntityRecognizerSummaries, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListEntityRecognizerSummaries, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListEntityRecognizerSummaries>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListEntityRecognizerSummariesInput.
source§impl ListEntityRecognizerSummariesInput
impl ListEntityRecognizerSummariesInput
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 ListEntityRecognizerSummariesInput
impl Clone for ListEntityRecognizerSummariesInput
source§fn clone(&self) -> ListEntityRecognizerSummariesInput
fn clone(&self) -> ListEntityRecognizerSummariesInput
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 PartialEq<ListEntityRecognizerSummariesInput> for ListEntityRecognizerSummariesInput
impl PartialEq<ListEntityRecognizerSummariesInput> for ListEntityRecognizerSummariesInput
source§fn eq(&self, other: &ListEntityRecognizerSummariesInput) -> bool
fn eq(&self, other: &ListEntityRecognizerSummariesInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.