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