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