Struct aws_sdk_comprehend::operation::list_document_classifiers::ListDocumentClassifiersOutput
source · #[non_exhaustive]pub struct ListDocumentClassifiersOutput { /* private fields */ }Implementations§
source§impl ListDocumentClassifiersOutput
impl ListDocumentClassifiersOutput
sourcepub fn document_classifier_properties_list(
&self
) -> Option<&[DocumentClassifierProperties]>
pub fn document_classifier_properties_list( &self ) -> Option<&[DocumentClassifierProperties]>
A list containing the properties of each job returned.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
Identifies the next page of results to return.
source§impl ListDocumentClassifiersOutput
impl ListDocumentClassifiersOutput
sourcepub fn builder() -> ListDocumentClassifiersOutputBuilder
pub fn builder() -> ListDocumentClassifiersOutputBuilder
Creates a new builder-style object to manufacture ListDocumentClassifiersOutput.
Trait Implementations§
source§impl Clone for ListDocumentClassifiersOutput
impl Clone for ListDocumentClassifiersOutput
source§fn clone(&self) -> ListDocumentClassifiersOutput
fn clone(&self) -> ListDocumentClassifiersOutput
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<ListDocumentClassifiersOutput> for ListDocumentClassifiersOutput
impl PartialEq<ListDocumentClassifiersOutput> for ListDocumentClassifiersOutput
source§fn eq(&self, other: &ListDocumentClassifiersOutput) -> bool
fn eq(&self, other: &ListDocumentClassifiersOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for ListDocumentClassifiersOutput
impl RequestId for ListDocumentClassifiersOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.