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