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