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