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