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