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