Struct aws_sdk_textract::operation::get_lending_analysis_summary::builders::GetLendingAnalysisSummaryOutputBuilder
source · #[non_exhaustive]pub struct GetLendingAnalysisSummaryOutputBuilder { /* private fields */ }Expand description
A builder for GetLendingAnalysisSummaryOutput.
Implementations§
source§impl GetLendingAnalysisSummaryOutputBuilder
impl GetLendingAnalysisSummaryOutputBuilder
sourcepub fn document_metadata(self, input: DocumentMetadata) -> Self
pub fn document_metadata(self, input: DocumentMetadata) -> Self
Information about the input document.
sourcepub fn set_document_metadata(self, input: Option<DocumentMetadata>) -> Self
pub fn set_document_metadata(self, input: Option<DocumentMetadata>) -> Self
Information about the input document.
sourcepub fn get_document_metadata(&self) -> &Option<DocumentMetadata>
pub fn get_document_metadata(&self) -> &Option<DocumentMetadata>
Information about the input document.
sourcepub fn job_status(self, input: JobStatus) -> Self
pub fn job_status(self, input: JobStatus) -> Self
The current status of the lending analysis job.
sourcepub fn set_job_status(self, input: Option<JobStatus>) -> Self
pub fn set_job_status(self, input: Option<JobStatus>) -> Self
The current status of the lending analysis job.
sourcepub fn get_job_status(&self) -> &Option<JobStatus>
pub fn get_job_status(&self) -> &Option<JobStatus>
The current status of the lending analysis job.
sourcepub fn summary(self, input: LendingSummary) -> Self
pub fn summary(self, input: LendingSummary) -> Self
Contains summary information for documents grouped by type.
sourcepub fn set_summary(self, input: Option<LendingSummary>) -> Self
pub fn set_summary(self, input: Option<LendingSummary>) -> Self
Contains summary information for documents grouped by type.
sourcepub fn get_summary(&self) -> &Option<LendingSummary>
pub fn get_summary(&self) -> &Option<LendingSummary>
Contains summary information for documents grouped by type.
sourcepub fn warnings(self, input: Warning) -> Self
pub fn warnings(self, input: Warning) -> Self
Appends an item to warnings.
To override the contents of this collection use set_warnings.
A list of warnings that occurred during the lending analysis operation.
sourcepub fn set_warnings(self, input: Option<Vec<Warning>>) -> Self
pub fn set_warnings(self, input: Option<Vec<Warning>>) -> Self
A list of warnings that occurred during the lending analysis operation.
sourcepub fn get_warnings(&self) -> &Option<Vec<Warning>>
pub fn get_warnings(&self) -> &Option<Vec<Warning>>
A list of warnings that occurred during the lending analysis operation.
sourcepub fn status_message(self, input: impl Into<String>) -> Self
pub fn status_message(self, input: impl Into<String>) -> Self
Returns if the lending analysis could not be completed. Contains explanation for what error occurred.
sourcepub fn set_status_message(self, input: Option<String>) -> Self
pub fn set_status_message(self, input: Option<String>) -> Self
Returns if the lending analysis could not be completed. Contains explanation for what error occurred.
sourcepub fn get_status_message(&self) -> &Option<String>
pub fn get_status_message(&self) -> &Option<String>
Returns if the lending analysis could not be completed. Contains explanation for what error occurred.
sourcepub fn analyze_lending_model_version(self, input: impl Into<String>) -> Self
pub fn analyze_lending_model_version(self, input: impl Into<String>) -> Self
The current model version of the Analyze Lending API.
sourcepub fn set_analyze_lending_model_version(self, input: Option<String>) -> Self
pub fn set_analyze_lending_model_version(self, input: Option<String>) -> Self
The current model version of the Analyze Lending API.
sourcepub fn get_analyze_lending_model_version(&self) -> &Option<String>
pub fn get_analyze_lending_model_version(&self) -> &Option<String>
The current model version of the Analyze Lending API.
sourcepub fn build(self) -> GetLendingAnalysisSummaryOutput
pub fn build(self) -> GetLendingAnalysisSummaryOutput
Consumes the builder and constructs a GetLendingAnalysisSummaryOutput.
Trait Implementations§
source§impl Clone for GetLendingAnalysisSummaryOutputBuilder
impl Clone for GetLendingAnalysisSummaryOutputBuilder
source§fn clone(&self) -> GetLendingAnalysisSummaryOutputBuilder
fn clone(&self) -> GetLendingAnalysisSummaryOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for GetLendingAnalysisSummaryOutputBuilder
impl Default for GetLendingAnalysisSummaryOutputBuilder
source§fn default() -> GetLendingAnalysisSummaryOutputBuilder
fn default() -> GetLendingAnalysisSummaryOutputBuilder
source§impl PartialEq for GetLendingAnalysisSummaryOutputBuilder
impl PartialEq for GetLendingAnalysisSummaryOutputBuilder
source§fn eq(&self, other: &GetLendingAnalysisSummaryOutputBuilder) -> bool
fn eq(&self, other: &GetLendingAnalysisSummaryOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetLendingAnalysisSummaryOutputBuilder
Auto Trait Implementations§
impl Freeze for GetLendingAnalysisSummaryOutputBuilder
impl RefUnwindSafe for GetLendingAnalysisSummaryOutputBuilder
impl Send for GetLendingAnalysisSummaryOutputBuilder
impl Sync for GetLendingAnalysisSummaryOutputBuilder
impl Unpin for GetLendingAnalysisSummaryOutputBuilder
impl UnwindSafe for GetLendingAnalysisSummaryOutputBuilder
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit)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>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more