#[non_exhaustive]pub struct ListDocumentClassifierSummariesInput { /* private fields */ }Implementations
sourceimpl ListDocumentClassifierSummariesInput
impl ListDocumentClassifierSummariesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListDocumentClassifierSummaries, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListDocumentClassifierSummaries, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListDocumentClassifierSummaries>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListDocumentClassifierSummariesInput.
sourceimpl ListDocumentClassifierSummariesInput
impl ListDocumentClassifierSummariesInput
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
sourceimpl Clone for ListDocumentClassifierSummariesInput
impl Clone for ListDocumentClassifierSummariesInput
sourcefn clone(&self) -> ListDocumentClassifierSummariesInput
fn clone(&self) -> ListDocumentClassifierSummariesInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<ListDocumentClassifierSummariesInput> for ListDocumentClassifierSummariesInput
impl PartialEq<ListDocumentClassifierSummariesInput> for ListDocumentClassifierSummariesInput
sourcefn eq(&self, other: &ListDocumentClassifierSummariesInput) -> bool
fn eq(&self, other: &ListDocumentClassifierSummariesInput) -> bool
impl StructuralPartialEq for ListDocumentClassifierSummariesInput
Auto Trait Implementations
impl RefUnwindSafe for ListDocumentClassifierSummariesInput
impl Send for ListDocumentClassifierSummariesInput
impl Sync for ListDocumentClassifierSummariesInput
impl Unpin for ListDocumentClassifierSummariesInput
impl UnwindSafe for ListDocumentClassifierSummariesInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more