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