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