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