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