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