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