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