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