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