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