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