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