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