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