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