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