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