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