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