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