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