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