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