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