Class GenerateMatchIdRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.entityresolution.transform.GenerateMatchIdRequestMarshaller
- All Implemented Interfaces:
Marshaller<GenerateMatchIdRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<GenerateMatchIdRequest>- Parameters:
generateMatchIdRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-