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