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