#[non_exhaustive]pub struct GetLendingAnalysisSummaryInput { /* private fields */ }
Implementations§
source§impl GetLendingAnalysisSummaryInput
impl GetLendingAnalysisSummaryInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetLendingAnalysisSummary, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetLendingAnalysisSummary, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetLendingAnalysisSummary
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetLendingAnalysisSummaryInput
.
Trait Implementations§
source§impl Clone for GetLendingAnalysisSummaryInput
impl Clone for GetLendingAnalysisSummaryInput
source§fn clone(&self) -> GetLendingAnalysisSummaryInput
fn clone(&self) -> GetLendingAnalysisSummaryInput
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 PartialEq<GetLendingAnalysisSummaryInput> for GetLendingAnalysisSummaryInput
impl PartialEq<GetLendingAnalysisSummaryInput> for GetLendingAnalysisSummaryInput
source§fn eq(&self, other: &GetLendingAnalysisSummaryInput) -> bool
fn eq(&self, other: &GetLendingAnalysisSummaryInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.