Class ListBillEstimateCommitmentsRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.bcmpricingcalculator.transform.ListBillEstimateCommitmentsRequestMarshaller
- All Implemented Interfaces:
Marshaller<ListBillEstimateCommitmentsRequest>
@Generated("software.amazon.awssdk:codegen")
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:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<ListBillEstimateCommitmentsRequest>
- Parameters:
listBillEstimateCommitmentsRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-