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