Class GetPredictiveScalingForecastRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.applicationautoscaling.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(BaseAwsJsonProtocolFactory 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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
 marshallin interfaceMarshaller<GetPredictiveScalingForecastRequest>- Parameters:
 getPredictiveScalingForecastRequest- POJO type.- Returns:
 - Marshalled 
SdkHttpFullRequest. 
 
 -