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 SummaryConstructorsConstructorDescription
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(GetManagedNotificationChildEventRequest getManagedNotificationChildEventRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
GetManagedNotificationChildEventRequestMarshallerpublic GetManagedNotificationChildEventRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
 
- 
- 
Method Details- 
marshallpublic SdkHttpFullRequest marshall(GetManagedNotificationChildEventRequest getManagedNotificationChildEventRequest) Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<GetManagedNotificationChildEventRequest>
- Parameters:
- getManagedNotificationChildEventRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-