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