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