Class UpdateMatchingWorkflowRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.entityresolution.transform.UpdateMatchingWorkflowRequestMarshaller
- All Implemented Interfaces:
 Marshaller<UpdateMatchingWorkflowRequest>
@Generated("software.amazon.awssdk:codegen")
public class UpdateMatchingWorkflowRequestMarshaller
extends Object
implements Marshaller<UpdateMatchingWorkflowRequest>
UpdateMatchingWorkflowRequest Marshaller- 
Constructor Summary
ConstructorsConstructorDescriptionUpdateMatchingWorkflowRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)  - 
Method Summary
Modifier and TypeMethodDescriptionmarshall(UpdateMatchingWorkflowRequest updateMatchingWorkflowRequest) Marshalls the given POJO into aSdkHttpFullRequest. 
- 
Constructor Details
- 
UpdateMatchingWorkflowRequestMarshaller
 
 - 
 - 
Method Details
- 
marshall
Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
 marshallin interfaceMarshaller<UpdateMatchingWorkflowRequest>- Parameters:
 updateMatchingWorkflowRequest- POJO type.- Returns:
 - Marshalled 
SdkHttpFullRequest. 
 
 -