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