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