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