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