Class DeleteContactRequestMarshaller
- java.lang.Object
-
- software.amazon.awssdk.services.sesv2.transform.DeleteContactRequestMarshaller
-
- All Implemented Interfaces:
Marshaller<DeleteContactRequest>
@Generated("software.amazon.awssdk:codegen") public class DeleteContactRequestMarshaller extends Object implements Marshaller<DeleteContactRequest>
DeleteContactRequestMarshaller
-
-
Constructor Summary
Constructors Constructor Description DeleteContactRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SdkHttpFullRequestmarshall(DeleteContactRequest deleteContactRequest)
-
-
-
Constructor Detail
-
DeleteContactRequestMarshaller
public DeleteContactRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
-
Method Detail
-
marshall
public SdkHttpFullRequest marshall(DeleteContactRequest deleteContactRequest)
- Specified by:
marshallin interfaceMarshaller<DeleteContactRequest>
-
-