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