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