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