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