Class ListPricingPlansRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.billingconductor.transform.ListPricingPlansRequestMarshaller
- All Implemented Interfaces:
- Marshaller<ListPricingPlansRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class ListPricingPlansRequestMarshaller
extends Object
implements Marshaller<ListPricingPlansRequest>
ListPricingPlansRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionListPricingPlansRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(ListPricingPlansRequest listPricingPlansRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
ListPricingPlansRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<ListPricingPlansRequest>
- Parameters:
- listPricingPlansRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-