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