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