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 ==
.