Struct aws_sdk_qbusiness::operation::batch_delete_document::builders::BatchDeleteDocumentOutputBuilder
source · #[non_exhaustive]pub struct BatchDeleteDocumentOutputBuilder { /* private fields */ }Expand description
A builder for BatchDeleteDocumentOutput.
Implementations§
source§impl BatchDeleteDocumentOutputBuilder
impl BatchDeleteDocumentOutputBuilder
sourcepub fn failed_documents(self, input: FailedDocument) -> Self
pub fn failed_documents(self, input: FailedDocument) -> Self
Appends an item to failed_documents.
To override the contents of this collection use set_failed_documents.
A list of documents that couldn't be removed from the Amazon Q index. Each entry contains an error message that indicates why the document couldn't be removed from the index.
sourcepub fn set_failed_documents(self, input: Option<Vec<FailedDocument>>) -> Self
pub fn set_failed_documents(self, input: Option<Vec<FailedDocument>>) -> Self
A list of documents that couldn't be removed from the Amazon Q index. Each entry contains an error message that indicates why the document couldn't be removed from the index.
sourcepub fn get_failed_documents(&self) -> &Option<Vec<FailedDocument>>
pub fn get_failed_documents(&self) -> &Option<Vec<FailedDocument>>
A list of documents that couldn't be removed from the Amazon Q index. Each entry contains an error message that indicates why the document couldn't be removed from the index.
sourcepub fn build(self) -> BatchDeleteDocumentOutput
pub fn build(self) -> BatchDeleteDocumentOutput
Consumes the builder and constructs a BatchDeleteDocumentOutput.
Trait Implementations§
source§impl Clone for BatchDeleteDocumentOutputBuilder
impl Clone for BatchDeleteDocumentOutputBuilder
source§fn clone(&self) -> BatchDeleteDocumentOutputBuilder
fn clone(&self) -> BatchDeleteDocumentOutputBuilder
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 Default for BatchDeleteDocumentOutputBuilder
impl Default for BatchDeleteDocumentOutputBuilder
source§fn default() -> BatchDeleteDocumentOutputBuilder
fn default() -> BatchDeleteDocumentOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for BatchDeleteDocumentOutputBuilder
impl PartialEq for BatchDeleteDocumentOutputBuilder
source§fn eq(&self, other: &BatchDeleteDocumentOutputBuilder) -> bool
fn eq(&self, other: &BatchDeleteDocumentOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for BatchDeleteDocumentOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for BatchDeleteDocumentOutputBuilder
impl Send for BatchDeleteDocumentOutputBuilder
impl Sync for BatchDeleteDocumentOutputBuilder
impl Unpin for BatchDeleteDocumentOutputBuilder
impl UnwindSafe for BatchDeleteDocumentOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.