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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<BatchPutTaxRegistrationRequest>- Parameters:
batchPutTaxRegistrationRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-