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