Class GetManagedNotificationChildEventRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.notifications.transform.GetManagedNotificationChildEventRequestMarshaller
- All Implemented Interfaces:
Marshaller<GetManagedNotificationChildEventRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<GetManagedNotificationChildEventRequest>- Parameters:
getManagedNotificationChildEventRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-