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