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