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