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