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