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