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