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