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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<ListNotificationEventsRequest>- Parameters:
listNotificationEventsRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-