Struct aws_sdk_comprehend::output::list_document_classifier_summaries_output::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for ListDocumentClassifierSummariesOutput
Implementations
pub fn document_classifier_summaries_list(
self,
input: impl Into<DocumentClassifierSummary>
) -> Self
pub fn document_classifier_summaries_list(
self,
input: impl Into<DocumentClassifierSummary>
) -> Self
Appends an item to document_classifier_summaries_list.
To override the contents of this collection use set_document_classifier_summaries_list.
The list of summaries of document classifiers.
pub fn set_document_classifier_summaries_list(
self,
input: Option<Vec<DocumentClassifierSummary>>
) -> Self
pub fn set_document_classifier_summaries_list(
self,
input: Option<Vec<DocumentClassifierSummary>>
) -> Self
The list of summaries of document classifiers.
Identifies the next page of results to return.
Identifies the next page of results to return.
Consumes the builder and constructs a ListDocumentClassifierSummariesOutput
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