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