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