Class ListBillEstimateLineItemsRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.bcmpricingcalculator.transform.ListBillEstimateLineItemsRequestMarshaller
- All Implemented Interfaces:
Marshaller<ListBillEstimateLineItemsRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<ListBillEstimateLineItemsRequest>- Parameters:
listBillEstimateLineItemsRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-