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