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