Struct aws_sdk_textract::types::builders::LendingDocumentBuilder
source · #[non_exhaustive]pub struct LendingDocumentBuilder { /* private fields */ }
Expand description
A builder for LendingDocument
.
Implementations§
source§impl LendingDocumentBuilder
impl LendingDocumentBuilder
sourcepub fn lending_fields(self, input: LendingField) -> Self
pub fn lending_fields(self, input: LendingField) -> Self
Appends an item to lending_fields
.
To override the contents of this collection use set_lending_fields
.
An array of LendingField objects.
sourcepub fn set_lending_fields(self, input: Option<Vec<LendingField>>) -> Self
pub fn set_lending_fields(self, input: Option<Vec<LendingField>>) -> Self
An array of LendingField objects.
sourcepub fn get_lending_fields(&self) -> &Option<Vec<LendingField>>
pub fn get_lending_fields(&self) -> &Option<Vec<LendingField>>
An array of LendingField objects.
sourcepub fn signature_detections(self, input: SignatureDetection) -> Self
pub fn signature_detections(self, input: SignatureDetection) -> Self
Appends an item to signature_detections
.
To override the contents of this collection use set_signature_detections
.
A list of signatures detected in a lending document.
sourcepub fn set_signature_detections(
self,
input: Option<Vec<SignatureDetection>>
) -> Self
pub fn set_signature_detections( self, input: Option<Vec<SignatureDetection>> ) -> Self
A list of signatures detected in a lending document.
sourcepub fn get_signature_detections(&self) -> &Option<Vec<SignatureDetection>>
pub fn get_signature_detections(&self) -> &Option<Vec<SignatureDetection>>
A list of signatures detected in a lending document.
sourcepub fn build(self) -> LendingDocument
pub fn build(self) -> LendingDocument
Consumes the builder and constructs a LendingDocument
.
Trait Implementations§
source§impl Clone for LendingDocumentBuilder
impl Clone for LendingDocumentBuilder
source§fn clone(&self) -> LendingDocumentBuilder
fn clone(&self) -> LendingDocumentBuilder
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 Debug for LendingDocumentBuilder
impl Debug for LendingDocumentBuilder
source§impl Default for LendingDocumentBuilder
impl Default for LendingDocumentBuilder
source§fn default() -> LendingDocumentBuilder
fn default() -> LendingDocumentBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for LendingDocumentBuilder
impl PartialEq for LendingDocumentBuilder
source§fn eq(&self, other: &LendingDocumentBuilder) -> bool
fn eq(&self, other: &LendingDocumentBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for LendingDocumentBuilder
Auto Trait Implementations§
impl RefUnwindSafe for LendingDocumentBuilder
impl Send for LendingDocumentBuilder
impl Sync for LendingDocumentBuilder
impl Unpin for LendingDocumentBuilder
impl UnwindSafe for LendingDocumentBuilder
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.