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