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