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