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