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