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