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