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