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