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