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