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