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