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