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