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