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