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