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