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