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