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