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