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