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