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