Class GetLendingAnalysisSummaryRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.textract.transform.GetLendingAnalysisSummaryRequestMarshaller
- All Implemented Interfaces:
Marshaller<GetLendingAnalysisSummaryRequest>
@Generated("software.amazon.awssdk:codegen")
public class GetLendingAnalysisSummaryRequestMarshaller
extends Object
implements Marshaller<GetLendingAnalysisSummaryRequest>
GetLendingAnalysisSummaryRequest
Marshaller-
Constructor Summary
ConstructorsConstructorDescriptionGetLendingAnalysisSummaryRequestMarshaller
(BaseAwsJsonProtocolFactory protocolFactory) -
Method Summary
Modifier and TypeMethodDescriptionmarshall
(GetLendingAnalysisSummaryRequest getLendingAnalysisSummaryRequest) Marshalls the given POJO into aSdkHttpFullRequest
.
-
Constructor Details
-
GetLendingAnalysisSummaryRequestMarshaller
-
-
Method Details
-
marshall
public SdkHttpFullRequest marshall(GetLendingAnalysisSummaryRequest getLendingAnalysisSummaryRequest) Description copied from interface:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<GetLendingAnalysisSummaryRequest>
- Parameters:
getLendingAnalysisSummaryRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-