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